#BBD9DE

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

Shades of Powder Blue #BBD9DE

Tints of Powder Blue #BBD9DE

Color information

#BBD9DE (or 0xBBD9DE) is unknown color: approx Powder Blue. HEX triplet: BB, D9 and DE. RGB value is (187,217,222). Sum of RGB (Red+Green+Blue) = 187+217+222=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9DE is #442621. Grayscale: #D0D0D0. Windows color (decimal): -4466210 or 14604731. OLE color: 14604731.

HSL color Cylindrical-coordinate representation of color #BBD9DE: hue angle of 188.57º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD9DE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187217222-
CMYK0.160.0200.13
HSL188.57º34.65%80.2%-
HSV(B)188.57º15.77%87.06%-
XYZ58.4965.4678.66-
YUV208.6135.56112.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=29.87%
G=34.66%
B=35.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872172220.160.0200.13188.5734.6580.2
HexBBD9DE1020Dbd2350
Octal27333133620201527543120
Binary101110111101100111011110100001001101101111011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9DE; }

 p { color: rgb(187,217,222); }

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

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

 a { background-color: rgb(187,217,222); }

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

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

 span { border-color: rgb(187,217,222); }

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