#BBDCF7

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

Shades of Pale Cornflower Blue #BBDCF7

Tints of Pale Cornflower Blue #BBDCF7

Color information

#BBDCF7 (or 0xBBDCF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DC and F7. RGB value is (187,220,247). Sum of RGB (Red+Green+Blue) = 187+220+247=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBDCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCF7 is #442308. Grayscale: #D5D5D5. Windows color (decimal): -4465417 or 16243899. OLE color: 16243899.

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

Color convert

RGB187220247-
CMYK0.240.1100.03
HSL207º78.95%85.1%-
HSV(B)207º24.29%96.86%-
XYZ62.8868.4797.9-
YUV213.21147.07109.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=28.59%
G=33.64%
B=37.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872202470.240.1100.0320778.9585.1
HexBBDCF718B03cf4f55
Octal273334367301303317117125
Binary1011101111011100111101111100010110111100111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCF7; }

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

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

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

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

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

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

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

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