#BBD4EA

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

Shades of Pale Cornflower Blue #BBD4EA

Tints of Pale Cornflower Blue #BBD4EA

Color information

#BBD4EA (or 0xBBD4EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and EA. RGB value is (187,212,234). Sum of RGB (Red+Green+Blue) = 187+212+234=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4EA is #442B15. Grayscale: #CECECE. Windows color (decimal): -4467478 or 15389883. OLE color: 15389883.

HSL color Cylindrical-coordinate representation of color #BBD4EA: hue angle of 208.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD4EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187212234-
CMYK0.200.0900.08
HSL208.09º52.81%82.55%-
HSV(B)208.09º20.09%91.76%-
XYZ58.8963.5987.01-
YUV207.03143.22113.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=29.54%
G=33.49%
B=36.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872122340.200.0900.08208.0952.8182.55
HexBBD4EA14908d03553
Octal273324352241101032065123
Binary10111011110101001110101010100100101000110100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4EA; }

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

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

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

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

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

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

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

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