#B0DDDD

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

Shades of Powder Blue #B0DDDD

Tints of Powder Blue #B0DDDD

Color information

#B0DDDD (or 0xB0DDDD) is unknown color: approx Powder Blue. HEX triplet: B0, DD and DD. RGB value is (176,221,221). Sum of RGB (Red+Green+Blue) = 176+221+221=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B0DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDDD is #4F2222. Grayscale: #CFCFCF. Windows color (decimal): -5186083 or 14540208. OLE color: 14540208.

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

Color convert

RGB176221221-
CMYK0.20000.13
HSL180º39.82%77.84%-
HSV(B)180º20.36%86.67%-
XYZ56.8166.1678.18-
YUV207.54135.59105.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.48%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=28.48%
G=35.76%
B=35.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762212210.20000.1318039.8277.84
HexB0DDDD1400Db4284e
Octal26033533524001526450116
Binary10110000110111011101110110100001101101101001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDDD; }

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

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

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

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

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

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

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

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