#BBD6D9

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

Shades of Powder Blue #BBD6D9

Tints of Powder Blue #BBD6D9

Color information

#BBD6D9 (or 0xBBD6D9) is unknown color: approx Powder Blue. HEX triplet: BB, D6 and D9. RGB value is (187,214,217). Sum of RGB (Red+Green+Blue) = 187+214+217=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBD6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D9 is #442926. Grayscale: #CECECE. Windows color (decimal): -4466983 or 14276283. OLE color: 14276283.

HSL color Cylindrical-coordinate representation of color #BBD6D9: hue angle of 186º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD6D9 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187214217-
CMYK0.140.0100.15
HSL186º28.3%79.22%-
HSV(B)186º13.82%85.1%-
XYZ57.0663.6774.93-
YUV206.27134.05114.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=30.26%
G=34.63%
B=35.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872142170.140.0100.1518628.379.22
HexBBD6D9E10Fba1c4f
Octal27332633116101727234117
Binary101110111101011011011001111010111110111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6D9; }

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

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

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

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

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

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

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

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