#BBDDFF

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

Shades of Pale Cornflower Blue #BBDDFF

Tints of Pale Cornflower Blue #BBDDFF

Color information

#BBDDFF (or 0xBBDDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DD and FF. RGB value is (187,221,255). Sum of RGB (Red+Green+Blue) = 187+221+255=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFF is #442200. Grayscale: #D6D6D6. Windows color (decimal): -4465153 or 16768443. OLE color: 16768443.

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

Color convert

RGB187221255-
CMYK0.270.1300
HSL210º100%86.67%-
HSV(B)210º26.67%100%-
XYZ64.469.5104.63-
YUV214.71150.74108.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 38.46%
R=28.21%
G=33.33%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872212550.270.130021010086.67
HexBBDDFF1BD00d26457
Octal273335377331500322144127
Binary101110111101110111111111110111101001101001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDFF; }

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

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

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

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

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

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

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

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