#B1DEDE

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

Shades of Powder Blue #B1DEDE

Tints of Powder Blue #B1DEDE

Color information

#B1DEDE (or 0xB1DEDE) is unknown color: approx Powder Blue. HEX triplet: B1, DE and DE. RGB value is (177,222,222). Sum of RGB (Red+Green+Blue) = 177+222+222=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #B1DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEDE is #4E2121. Grayscale: #D0D0D0. Windows color (decimal): -5120290 or 14606001. OLE color: 14606001.

HSL color Cylindrical-coordinate representation of color #B1DEDE: hue angle of 180º degrees, saturation: 0.41, 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 #B1DEDE is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177222222-
CMYK0.20000.13
HSL180º40.54%78.24%-
HSV(B)180º20.27%87.06%-
XYZ57.4466.8678.99-
YUV208.54135.59105.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=28.50%
G=35.75%
B=35.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772222220.20000.1318040.5478.24
HexB1DEDE1400Db4294e
Octal26133633624001526451116
Binary10110001110111101101111010100001101101101001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEDE; }

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

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

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

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

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

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

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

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