#B8D4F0

Color #B8D4F0 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B8D4F0

Tints of Pale Cornflower Blue #B8D4F0

Color information

#B8D4F0 (or 0xB8D4F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D4 and F0. RGB value is (184,212,240). Sum of RGB (Red+Green+Blue) = 184+212+240=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #B8D4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D4F0 is #472B0F. Grayscale: #CECECE. Windows color (decimal): -4664080 or 15783096. OLE color: 15783096.

HSL color Cylindrical-coordinate representation of color #B8D4F0: hue angle of 210º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D4F0 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184212240-
CMYK0.230.1200.06
HSL210º65.12%83.14%-
HSV(B)210º23.33%94.12%-
XYZ59.0463.5791.6-
YUV206.82146.72111.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 28.93%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=28.93%
G=33.33%
B=37.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842122400.230.1200.0621065.1283.14
HexB8D4F017C06d24153
Octal270324360271406322101123
Binary10111000110101001111000010111110001101101001010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D4F0; }

 p { color: rgb(184,212,240); }

 H1.HeaderClassName
 {
   color: #B8D4F0;
 }
 .AnyTagClassName
 {
   color: #B8D4F0;
 }
</style>
background-color css

<style>
 a { background-color: #B8D4F0; }

 a { background-color: rgb(184,212,240); }

 div.DivClassName
 {
   background-color: #B8D4F0;
 }
 .BgClassName
 {
   background-color: #B8D4F0;
 }
</style>
border-color css

<style>
 span { border-color: #B8D4F0; }

 span { border-color: rgb(184,212,240); }

 td.TdClassName
 {
   border-color: #B8D4F0;
 }
 .TagClassName
 {
   border-color: #B8D4F0;
 }
</style>