#B0DDDE

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

Shades of Powder Blue #B0DDDE

Tints of Powder Blue #B0DDDE

Color information

#B0DDDE (or 0xB0DDDE) is unknown color: approx Powder Blue. HEX triplet: B0, DD and DE. RGB value is (176,221,222). Sum of RGB (Red+Green+Blue) = 176+221+222=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDDE is #4F2221. Grayscale: #CFCFCF. Windows color (decimal): -5186082 or 14605744. OLE color: 14605744.

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

Color convert

RGB176221222-
CMYK0.210.0000.13
HSL181.3º41.07%78.04%-
HSV(B)181.3º20.72%87.06%-
XYZ56.9566.2278.89-
YUV207.66136.09105.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=28.43%
G=35.70%
B=35.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762212220.210.0000.13181.341.0778.04
HexB0DDDE1500Db5294e
Octal26033533625001526551116
Binary10110000110111011101111010101001101101101011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDDE; }

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

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

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

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

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

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

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

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