#B2DBDE

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

Shades of Powder Blue #B2DBDE

Tints of Powder Blue #B2DBDE

Color information

#B2DBDE (or 0xB2DBDE) is unknown color: approx Powder Blue. HEX triplet: B2, DB and DE. RGB value is (178,219,222). Sum of RGB (Red+Green+Blue) = 178+219+222=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 219 (85.94% from 255 or 35.38% 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 #B2DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDE is #4D2421. Grayscale: #CFCFCF. Windows color (decimal): -5055522 or 14605234. OLE color: 14605234.

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

Color convert

RGB178219222-
CMYK0.200.0100.13
HSL184.09º40%78.43%-
HSV(B)184.09º19.82%87.06%-
XYZ56.8865.478.73-
YUV207.08136.42107.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.76%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=28.76%
G=35.38%
B=35.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782192220.200.0100.13184.094078.43
HexB2DBDE1410Db8284e
Octal26233333624101527050116
Binary10110010110110111101111010100101101101110001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBDE; }

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

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

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

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

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

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

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

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