#B5D7DC

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

Shades of Powder Blue #B5D7DC

Tints of Powder Blue #B5D7DC

Color information

#B5D7DC (or 0xB5D7DC) is unknown color: approx Powder Blue. HEX triplet: B5, D7 and DC. RGB value is (181,215,220). Sum of RGB (Red+Green+Blue) = 181+215+220=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D7DC is #4A2823. Grayscale: #CDCDCD. Windows color (decimal): -4859940 or 14473141. OLE color: 14473141.

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

Color convert

RGB181215220-
CMYK0.180.0200.14
HSL187.69º35.78%78.63%-
HSV(B)187.69º17.73%86.27%-
XYZ56.2763.5977.02-
YUV205.4136.24110.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.38%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=29.38%
G=34.90%
B=35.71%

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
Decimal1812152200.180.0200.14187.6935.7878.63
HexB5D7DC1220Ebc244f
Octal26532733422201627444117
Binary101101011101011111011100100101001110101111001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D7DC; }

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

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

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

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

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

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

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

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