#B4D7DC

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

Shades of Powder Blue #B4D7DC

Tints of Powder Blue #B4D7DC

Color information

#B4D7DC (or 0xB4D7DC) is unknown color: approx Powder Blue. HEX triplet: B4, D7 and DC. RGB value is (180,215,220). Sum of RGB (Red+Green+Blue) = 180+215+220=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7DC is #4B2823. Grayscale: #CDCDCD. Windows color (decimal): -4925476 or 14473140. OLE color: 14473140.

HSL color Cylindrical-coordinate representation of color #B4D7DC: hue angle of 187.5º degrees, saturation: 0.36, 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 #B4D7DC is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180215220-
CMYK0.180.0200.14
HSL187.5º36.36%78.43%-
HSV(B)187.5º18.18%86.27%-
XYZ56.0463.4777.01-
YUV205.1136.4110.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.27%
GREEN value IS 215 (84.38% from 255) = 34.96%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=29.27%
G=34.96%
B=35.77%

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
Decimal1802152200.180.0200.14187.536.3678.43
HexB4D7DC1220Ebc244e
Octal26432733422201627444116
Binary101101001101011111011100100101001110101111001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D7DC; }

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

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

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

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

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

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

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

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