#B2DBDD

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

Shades of Powder Blue #B2DBDD

Tints of Powder Blue #B2DBDD

Color information

#B2DBDD (or 0xB2DBDD) is unknown color: approx Powder Blue. HEX triplet: B2, DB and DD. RGB value is (178,219,221). Sum of RGB (Red+Green+Blue) = 178+219+221=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDD is #4D2422. Grayscale: #CECECE. Windows color (decimal): -5055523 or 14539698. OLE color: 14539698.

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

Color convert

RGB178219221-
CMYK0.190.0100.13
HSL182.79º38.74%78.24%-
HSV(B)182.79º19.46%86.67%-
XYZ56.7465.3578.03-
YUV206.97135.92107.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.80%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=28.80%
G=35.44%
B=35.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782192210.190.0100.13182.7938.7478.24
HexB2DBDD1310Db7274e
Octal26233333523101526747116
Binary10110010110110111101110110011101101101101111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBDD; }

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

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

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

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

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

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

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

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