#B1D6DB

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

Shades of Powder Blue #B1D6DB

Tints of Powder Blue #B1D6DB

Color information

#B1D6DB (or 0xB1D6DB) is unknown color: approx Powder Blue. HEX triplet: B1, D6 and DB. RGB value is (177,214,219). Sum of RGB (Red+Green+Blue) = 177+214+219=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D6DB is #4E2924. Grayscale: #CBCBCB. Windows color (decimal): -5122341 or 14407345. OLE color: 14407345.

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

Color convert

RGB177214219-
CMYK0.190.0200.14
HSL187.14º36.84%77.65%-
HSV(B)187.14º19.18%85.88%-
XYZ54.9662.5576.2-
YUV203.51136.74109.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.02%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=29.02%
G=35.08%
B=35.90%

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
Decimal1772142190.190.0200.14187.1436.8477.65
HexB1D6DB1320Ebb254e
Octal26132633323201627345116
Binary101100011101011011011011100111001110101110111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D6DB; }

 p { color: rgb(177,214,219); }

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

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

 a { background-color: rgb(177,214,219); }

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

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

 span { border-color: rgb(177,214,219); }

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