#B1D9DC

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

Shades of Powder Blue #B1D9DC

Tints of Powder Blue #B1D9DC

Color information

#B1D9DC (or 0xB1D9DC) is unknown color: approx Powder Blue. HEX triplet: B1, D9 and DC. RGB value is (177,217,220). Sum of RGB (Red+Green+Blue) = 177+217+220=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 217 (85.16% from 255 or 35.34% 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 #B1D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D9DC is #4E2623. Grayscale: #CDCDCD. Windows color (decimal): -5121572 or 14473649. OLE color: 14473649.

HSL color Cylindrical-coordinate representation of color #B1D9DC: hue angle of 184.19º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1D9DC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177217220-
CMYK0.200.0100.14
HSL184.19º38.05%77.84%-
HSV(B)184.19º19.55%86.27%-
XYZ55.8664.1477.15-
YUV205.38136.25107.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.83%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=28.83%
G=35.34%
B=35.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772172200.200.0100.14184.1938.0577.84
HexB1D9DC1410Eb8264e
Octal26133133424101627046116
Binary10110001110110011101110010100101110101110001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D9DC; }

 p { color: rgb(177,217,220); }

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

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

 a { background-color: rgb(177,217,220); }

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

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

 span { border-color: rgb(177,217,220); }

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