#B5DAE1

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

Shades of Powder Blue #B5DAE1

Tints of Powder Blue #B5DAE1

Color information

#B5DAE1 (or 0xB5DAE1) is unknown color: approx Powder Blue. HEX triplet: B5, DA and E1. RGB value is (181,218,225). Sum of RGB (Red+Green+Blue) = 181+218+225=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #B5DAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAE1 is #4A251E. Grayscale: #CFCFCF. Windows color (decimal): -4859167 or 14801589. OLE color: 14801589.

HSL color Cylindrical-coordinate representation of color #B5DAE1: hue angle of 189.55º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5DAE1 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181218225-
CMYK0.200.0300.12
HSL189.55º42.31%79.61%-
HSV(B)189.55º19.56%88.24%-
XYZ57.7265.480.82-
YUV207.74137.74108.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=29.01%
G=34.94%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812182250.200.0300.12189.5542.3179.61
HexB5DAE11430Cbe2a50
Octal26533234124301427652120
Binary101101011101101011100001101001101100101111101010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAE1; }

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

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

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

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

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

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

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

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