#BBD5ED

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

Shades of Pale Cornflower Blue #BBD5ED

Tints of Pale Cornflower Blue #BBD5ED

Color information

#BBD5ED (or 0xBBD5ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D5 and ED. RGB value is (187,213,237). Sum of RGB (Red+Green+Blue) = 187+213+237=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5ED is #442A12. Grayscale: #CFCFCF. Windows color (decimal): -4467219 or 15586747. OLE color: 15586747.

HSL color Cylindrical-coordinate representation of color #BBD5ED: hue angle of 208.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD5ED is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187213237-
CMYK0.210.1000.07
HSL208.8º58.14%83.14%-
HSV(B)208.8º21.1%92.94%-
XYZ59.5764.2789.39-
YUV207.96144.39113.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=29.36%
G=33.44%
B=37.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872132370.210.1000.07208.858.1483.14
HexBBD5ED15A07d13a53
Octal27332535525120732172123
Binary1011101111010101111011011010110100111110100011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5ED; }

 p { color: rgb(187,213,237); }

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

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

 a { background-color: rgb(187,213,237); }

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

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

 span { border-color: rgb(187,213,237); }

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