#B0DAE1

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

Shades of Powder Blue #B0DAE1

Tints of Powder Blue #B0DAE1

Color information

#B0DAE1 (or 0xB0DAE1) is unknown color: approx Powder Blue. HEX triplet: B0, DA and E1. RGB value is (176,218,225). Sum of RGB (Red+Green+Blue) = 176+218+225=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAE1 is #4F251E. Grayscale: #CECECE. Windows color (decimal): -5186847 or 14801584. OLE color: 14801584.

HSL color Cylindrical-coordinate representation of color #B0DAE1: hue angle of 188.57º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0DAE1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176218225-
CMYK0.220.0300.12
HSL188.57º44.95%78.63%-
HSV(B)188.57º21.78%88.24%-
XYZ56.5764.8180.76-
YUV206.24138.59106.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=28.43%
G=35.22%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762182250.220.0300.12188.5744.9578.63
HexB0DAE11630Cbd2d4f
Octal26033234126301427555117
Binary101100001101101011100001101101101100101111011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAE1; }

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

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

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

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

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

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

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

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