#BBD5EB

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

Shades of Pale Cornflower Blue #BBD5EB

Tints of Pale Cornflower Blue #BBD5EB

Color information

#BBD5EB (or 0xBBD5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D5 and EB. RGB value is (187,213,235). Sum of RGB (Red+Green+Blue) = 187+213+235=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5EB is #442A14. Grayscale: #CFCFCF. Windows color (decimal): -4467221 or 15455675. OLE color: 15455675.

HSL color Cylindrical-coordinate representation of color #BBD5EB: hue angle of 207.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD5EB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187213235-
CMYK0.200.0900.08
HSL207.5º54.55%82.75%-
HSV(B)207.5º20.43%92.16%-
XYZ59.2864.1587.86-
YUV207.73143.39113.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=29.45%
G=33.54%
B=37.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872132350.200.0900.08207.554.5582.75
HexBBD5EB14908d03753
Octal273325353241101032067123
Binary10111011110101011110101110100100101000110100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5EB; }

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

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

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

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

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

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

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

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