#B3D7DC

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

Shades of Powder Blue #B3D7DC

Tints of Powder Blue #B3D7DC

Color information

#B3D7DC (or 0xB3D7DC) is unknown color: approx Powder Blue. HEX triplet: B3, D7 and DC. RGB value is (179,215,220). Sum of RGB (Red+Green+Blue) = 179+215+220=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7DC is #4C2823. Grayscale: #CCCCCC. Windows color (decimal): -4991012 or 14473139. OLE color: 14473139.

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

Color convert

RGB179215220-
CMYK0.190.0200.14
HSL187.32º36.94%78.24%-
HSV(B)187.32º18.64%86.27%-
XYZ55.8163.3577-
YUV204.81136.57109.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.15%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=29.15%
G=35.02%
B=35.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792152200.190.0200.14187.3236.9478.24
HexB3D7DC1320Ebb254e
Octal26332733423201627345116
Binary101100111101011111011100100111001110101110111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D7DC; }

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

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

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

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

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

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

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

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