#BBD8DB

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

Shades of Powder Blue #BBD8DB

Tints of Powder Blue #BBD8DB

Color information

#BBD8DB (or 0xBBD8DB) is unknown color: approx Powder Blue. HEX triplet: BB, D8 and DB. RGB value is (187,216,219). Sum of RGB (Red+Green+Blue) = 187+216+219=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8DB is #442724. Grayscale: #CFCFCF. Windows color (decimal): -4466469 or 14407867. OLE color: 14407867.

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

Color convert

RGB187216219-
CMYK0.150.0100.14
HSL185.62º30.77%79.61%-
HSV(B)185.62º14.61%85.88%-
XYZ57.8464.7976.48-
YUV207.67134.39113.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 216 (84.77% from 255) = 34.73%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=30.06%
G=34.73%
B=35.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872162190.150.0100.14185.6230.7779.61
HexBBD8DBF10Eba1f50
Octal27333033317101627237120
Binary101110111101100011011011111110111010111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8DB; }

 p { color: rgb(187,216,219); }

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

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

 a { background-color: rgb(187,216,219); }

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

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

 span { border-color: rgb(187,216,219); }

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