#BBD4E7

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

Shades of Pale Cornflower Blue #BBD4E7

Tints of Pale Cornflower Blue #BBD4E7

Color information

#BBD4E7 (or 0xBBD4E7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and E7. RGB value is (187,212,231). Sum of RGB (Red+Green+Blue) = 187+212+231=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBD4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4E7 is #442B18. Grayscale: #CECECE. Windows color (decimal): -4467481 or 15193275. OLE color: 15193275.

HSL color Cylindrical-coordinate representation of color #BBD4E7: hue angle of 205.91º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD4E7 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187212231-
CMYK0.190.0800.09
HSL205.91º47.83%81.96%-
HSV(B)205.91º19.05%90.59%-
XYZ58.4663.4284.76-
YUV206.69141.72113.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=29.68%
G=33.65%
B=36.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872122310.190.0800.09205.9147.8381.96
HexBBD4E713809ce3052
Octal273324347231001131660122
Binary10111011110101001110011110011100001001110011101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4E7; }

 p { color: rgb(187,212,231); }

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

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

 a { background-color: rgb(187,212,231); }

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

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

 span { border-color: rgb(187,212,231); }

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