#B2DDDE

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

Shades of Powder Blue #B2DDDE

Tints of Powder Blue #B2DDDE

Color information

#B2DDDE (or 0xB2DDDE) is unknown color: approx Powder Blue. HEX triplet: B2, DD and DE. RGB value is (178,221,222). Sum of RGB (Red+Green+Blue) = 178+221+222=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDDE is #4D2221. Grayscale: #D0D0D0. Windows color (decimal): -5055010 or 14605746. OLE color: 14605746.

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

Color convert

RGB178221222-
CMYK0.200.0000.13
HSL181.36º40%78.43%-
HSV(B)181.36º19.82%87.06%-
XYZ57.466.4578.91-
YUV208.26135.75106.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.66%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=28.66%
G=35.59%
B=35.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782212220.200.0000.13181.364078.43
HexB2DDDE1400Db5284e
Octal26233533624001526550116
Binary10110010110111011101111010100001101101101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDDE; }

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

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

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

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

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

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

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

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