#BBD7ED

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

Shades of Pale Cornflower Blue #BBD7ED

Tints of Pale Cornflower Blue #BBD7ED

Color information

#BBD7ED (or 0xBBD7ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D7 and ED. RGB value is (187,215,237). Sum of RGB (Red+Green+Blue) = 187+215+237=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7ED is #442812. Grayscale: #D1D1D1. Windows color (decimal): -4466707 or 15587259. OLE color: 15587259.

HSL color Cylindrical-coordinate representation of color #BBD7ED: hue angle of 206.4º 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 #BBD7ED is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187215237-
CMYK0.210.0900.07
HSL206.4º58.14%83.14%-
HSV(B)206.4º21.1%92.94%-
XYZ60.0865.2889.55-
YUV209.14143.72112.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=29.26%
G=33.65%
B=37.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872152370.210.0900.07206.458.1483.14
HexBBD7ED15907ce3a53
Octal27332735525110731672123
Binary1011101111010111111011011010110010111110011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7ED; }

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

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

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

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

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

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

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

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