#BBDDFD

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

Shades of Pale Cornflower Blue #BBDDFD

Tints of Pale Cornflower Blue #BBDDFD

Color information

#BBDDFD (or 0xBBDDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DD and FD. RGB value is (187,221,253). Sum of RGB (Red+Green+Blue) = 187+221+253=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDFD is #442202. Grayscale: #D6D6D6. Windows color (decimal): -4465155 or 16637371. OLE color: 16637371.

HSL color Cylindrical-coordinate representation of color #BBDDFD: hue angle of 209.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDDFD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187221253-
CMYK0.260.1300.01
HSL209.09º94.29%86.27%-
HSV(B)209.09º26.09%99.22%-
XYZ64.0869.37102.94-
YUV214.48149.74108.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=28.29%
G=33.43%
B=38.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872212530.260.1300.01209.0994.2986.27
HexBBDDFD1AD01d15e56
Octal273335375321501321136126
Binary101110111101110111111101110101101011101000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDFD; }

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

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

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

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

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

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

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

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