#B1DDDD

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

Shades of Powder Blue #B1DDDD

Tints of Powder Blue #B1DDDD

Color information

#B1DDDD (or 0xB1DDDD) is unknown color: approx Powder Blue. HEX triplet: B1, DD and DD. RGB value is (177,221,221). Sum of RGB (Red+Green+Blue) = 177+221+221=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B1DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDDD is #4E2222. Grayscale: #CFCFCF. Windows color (decimal): -5120547 or 14540209. OLE color: 14540209.

HSL color Cylindrical-coordinate representation of color #B1DDDD: hue angle of 180º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDDD is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177221221-
CMYK0.20000.13
HSL180º39.29%78.04%-
HSV(B)180º19.91%86.67%-
XYZ57.0466.2878.19-
YUV207.84135.42106-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=28.59%
G=35.70%
B=35.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772212210.20000.1318039.2978.04
HexB1DDDD1400Db4274e
Octal26133533524001526447116
Binary10110001110111011101110110100001101101101001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDDD; }

 p { color: rgb(177,221,221); }

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

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

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

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

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

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

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