#BBDCFE

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

Shades of Pale Cornflower Blue #BBDCFE

Tints of Pale Cornflower Blue #BBDCFE

Color information

#BBDCFE (or 0xBBDCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DC and FE. RGB value is (187,220,254). Sum of RGB (Red+Green+Blue) = 187+220+254=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCFE is #442301. Grayscale: #D5D5D5. Windows color (decimal): -4465410 or 16702651. OLE color: 16702651.

HSL color Cylindrical-coordinate representation of color #BBDCFE: hue angle of 210.45º 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 #BBDCFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187220254-
CMYK0.260.1300.00
HSL210.45º97.1%86.47%-
HSV(B)210.45º26.38%99.61%-
XYZ63.9868.91103.69-
YUV214.01150.57108.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=28.29%
G=33.28%
B=38.43%

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
Decimal1872202540.260.1300.00210.4597.186.47
HexBBDCFE1AD00d26156
Octal273334376321500322141126
Binary101110111101110011111110110101101001101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCFE; }

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

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

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

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

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

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

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

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