#B5DDE0

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

Shades of Powder Blue #B5DDE0

Tints of Powder Blue #B5DDE0

Color information

#B5DDE0 (or 0xB5DDE0) is unknown color: approx Powder Blue. HEX triplet: B5, DD and E0. RGB value is (181,221,224). Sum of RGB (Red+Green+Blue) = 181+221+224=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #B5DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDE0 is #4A221F. Grayscale: #D1D1D1. Windows color (decimal): -4858400 or 14736821. OLE color: 14736821.

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

Color convert

RGB181221224-
CMYK0.190.0100.12
HSL184.19º40.95%79.41%-
HSV(B)184.19º19.2%87.84%-
XYZ58.3766.9280.36-
YUV209.38136.25107.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=28.91%
G=35.30%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812212240.190.0100.12184.1940.9579.41
HexB5DDE01310Cb8294f
Octal26533534023101427051117
Binary10110101110111011110000010011101100101110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDE0; }

 p { color: rgb(181,221,224); }

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

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

 a { background-color: rgb(181,221,224); }

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

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

 span { border-color: rgb(181,221,224); }

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