#BBDDFE

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

Shades of Pale Cornflower Blue #BBDDFE

Tints of Pale Cornflower Blue #BBDDFE

Color information

#BBDDFE (or 0xBBDDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DD and FE. RGB value is (187,221,254). Sum of RGB (Red+Green+Blue) = 187+221+254=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFE is #442201. Grayscale: #D6D6D6. Windows color (decimal): -4465154 or 16702907. OLE color: 16702907.

HSL color Cylindrical-coordinate representation of color #BBDDFE: hue angle of 209.55º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDDFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187221254-
CMYK0.260.1300.00
HSL209.55º97.1%86.47%-
HSV(B)209.55º26.38%99.61%-
XYZ64.2469.43103.78-
YUV214.6150.24108.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=28.25%
G=33.38%
B=38.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872212540.260.1300.00209.5597.186.47
HexBBDDFE1AD00d26156
Octal273335376321500322141126
Binary101110111101110111111110110101101001101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDFE; }

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

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

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

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

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

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

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

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