#BBDDF8

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

Shades of Pale Cornflower Blue #BBDDF8

Tints of Pale Cornflower Blue #BBDDF8

Color information

#BBDDF8 (or 0xBBDDF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DD and F8. RGB value is (187,221,248). Sum of RGB (Red+Green+Blue) = 187+221+248=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF8 is #442207. Grayscale: #D5D5D5. Windows color (decimal): -4465160 or 16309691. OLE color: 16309691.

HSL color Cylindrical-coordinate representation of color #BBDDF8: hue angle of 206.56º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDDF8 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187221248-
CMYK0.250.1100.03
HSL206.56º81.33%85.29%-
HSV(B)206.56º24.6%97.25%-
XYZ63.2969.0698.8-
YUV213.91147.24108.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=28.51%
G=33.69%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872212480.250.1100.03206.5681.3385.29
HexBBDDF819B03cf5155
Octal273335370311303317121125
Binary1011101111011101111110001100110110111100111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDF8; }

 p { color: rgb(187,221,248); }

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

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

 a { background-color: rgb(187,221,248); }

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

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

 span { border-color: rgb(187,221,248); }

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