#B5DBDE

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

Shades of Powder Blue #B5DBDE

Tints of Powder Blue #B5DBDE

Color information

#B5DBDE (or 0xB5DBDE) is unknown color: approx Powder Blue. HEX triplet: B5, DB and DE. RGB value is (181,219,222). Sum of RGB (Red+Green+Blue) = 181+219+222=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDE is #4A2421. Grayscale: #CFCFCF. Windows color (decimal): -4858914 or 14605237. OLE color: 14605237.

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

Color convert

RGB181219222-
CMYK0.180.0100.13
HSL184.39º38.32%79.02%-
HSV(B)184.39º18.47%87.06%-
XYZ57.5765.7678.77-
YUV207.98135.91108.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=29.10%
G=35.21%
B=35.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812192220.180.0100.13184.3938.3279.02
HexB5DBDE1210Db8264f
Octal26533333622101527046117
Binary10110101110110111101111010010101101101110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBDE; }

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

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

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

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

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

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

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

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