#B5DADE

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

Shades of Powder Blue #B5DADE

Tints of Powder Blue #B5DADE

Color information

#B5DADE (or 0xB5DADE) is unknown color: approx Powder Blue. HEX triplet: B5, DA and DE. RGB value is (181,218,222). Sum of RGB (Red+Green+Blue) = 181+218+222=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 218 (85.55% from 255 or 35.10% 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 #B5DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DADE is #4A2521. Grayscale: #CFCFCF. Windows color (decimal): -4859170 or 14604981. OLE color: 14604981.

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

Color convert

RGB181218222-
CMYK0.180.0200.13
HSL185.85º38.32%79.02%-
HSV(B)185.85º18.47%87.06%-
XYZ57.3165.2478.68-
YUV207.39136.24109.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=29.15%
G=35.10%
B=35.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812182220.180.0200.13185.8538.3279.02
HexB5DADE1220Dba264f
Octal26533233622201527246117
Binary101101011101101011011110100101001101101110101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DADE; }

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

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

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

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

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

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

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

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