#BBDCFF

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

Shades of Pale Cornflower Blue #BBDCFF

Tints of Pale Cornflower Blue #BBDCFF

Color information

#BBDCFF (or 0xBBDCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DC and FF. RGB value is (187,220,255). Sum of RGB (Red+Green+Blue) = 187+220+255=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCFF is #442300. Grayscale: #D5D5D5. Windows color (decimal): -4465409 or 16768187. OLE color: 16768187.

HSL color Cylindrical-coordinate representation of color #BBDCFF: hue angle of 210.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDCFF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187220255-
CMYK0.270.1400
HSL210.88º100%86.67%-
HSV(B)210.88º26.67%100%-
XYZ64.1468.97104.54-
YUV214.12151.07108.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 255 (100% from 255) = 38.52%
R=28.25%
G=33.23%
B=38.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872202550.270.1400210.8810086.67
HexBBDCFF1BE00d36457
Octal273334377331600323144127
Binary101110111101110011111111110111110001101001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCFF; }

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

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

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

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

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

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

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

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