#BBDDFA

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

Shades of Pale Cornflower Blue #BBDDFA

Tints of Pale Cornflower Blue #BBDDFA

Color information

#BBDDFA (or 0xBBDDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DD and FA. RGB value is (187,221,250). Sum of RGB (Red+Green+Blue) = 187+221+250=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFA is #442205. Grayscale: #D5D5D5. Windows color (decimal): -4465158 or 16440763. OLE color: 16440763.

HSL color Cylindrical-coordinate representation of color #BBDDFA: hue angle of 207.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBDDFA is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187221250-
CMYK0.250.1200.02
HSL207.62º86.3%85.69%-
HSV(B)207.62º25.2%98.04%-
XYZ63.6169.18100.44-
YUV214.14148.24108.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=28.42%
G=33.59%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872212500.250.1200.02207.6286.385.69
HexBBDDFA19C02d05656
Octal273335372311402320126126
Binary1011101111011101111110101100111000101101000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDFA; }

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

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

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

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

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

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

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

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