#B4D7DB

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

Shades of Powder Blue #B4D7DB

Tints of Powder Blue #B4D7DB

Color information

#B4D7DB (or 0xB4D7DB) is unknown color: approx Powder Blue. HEX triplet: B4, D7 and DB. RGB value is (180,215,219). Sum of RGB (Red+Green+Blue) = 180+215+219=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7DB is #4B2824. Grayscale: #CCCCCC. Windows color (decimal): -4925477 or 14407604. OLE color: 14407604.

HSL color Cylindrical-coordinate representation of color #B4D7DB: hue angle of 186.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4D7DB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180215219-
CMYK0.180.0200.14
HSL186.15º35.14%78.24%-
HSV(B)186.15º17.81%85.88%-
XYZ55.9163.4276.31-
YUV204.99135.9110.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=29.32%
G=35.02%
B=35.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802152190.180.0200.14186.1535.1478.24
HexB4D7DB1220Eba234e
Octal26432733322201627243116
Binary101101001101011111011011100101001110101110101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D7DB; }

 p { color: rgb(180,215,219); }

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

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

 a { background-color: rgb(180,215,219); }

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

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

 span { border-color: rgb(180,215,219); }

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