#BBD9DB

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

Shades of Powder Blue #BBD9DB

Tints of Powder Blue #BBD9DB

Color information

#BBD9DB (or 0xBBD9DB) is unknown color: approx Powder Blue. HEX triplet: BB, D9 and DB. RGB value is (187,217,219). Sum of RGB (Red+Green+Blue) = 187+217+219=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9DB is #442624. Grayscale: #D0D0D0. Windows color (decimal): -4466213 or 14408123. OLE color: 14408123.

HSL color Cylindrical-coordinate representation of color #BBD9DB: hue angle of 183.75º 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 #BBD9DB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187217219-
CMYK0.150.0100.14
HSL183.75º30.77%79.61%-
HSV(B)183.75º14.61%85.88%-
XYZ58.0965.376.56-
YUV208.26134.06112.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=30.02%
G=34.83%
B=35.15%

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
Decimal1872172190.150.0100.14183.7530.7779.61
HexBBD9DBF10Eb81f50
Octal27333133317101627037120
Binary101110111101100111011011111110111010111000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9DB; }

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

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

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

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

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

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

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

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