#BBDDF6

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

Shades of Pale Cornflower Blue #BBDDF6

Tints of Pale Cornflower Blue #BBDDF6

Color information

#BBDDF6 (or 0xBBDDF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DD and F6. RGB value is (187,221,246). Sum of RGB (Red+Green+Blue) = 187+221+246=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF6 is #442209. Grayscale: #D5D5D5. Windows color (decimal): -4465162 or 16178619. OLE color: 16178619.

HSL color Cylindrical-coordinate representation of color #BBDDF6: hue angle of 205.42º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDDF6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187221246-
CMYK0.240.1000.04
HSL205.42º76.62%84.9%-
HSV(B)205.42º23.98%96.47%-
XYZ62.9868.9397.17-
YUV213.68146.24108.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=28.59%
G=33.79%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872212460.240.1000.04205.4276.6284.9
HexBBDDF618A04cd4d55
Octal273335366301204315115125
Binary10111011110111011111011011000101001001100110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDF6; }

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

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

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

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

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

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

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

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