#B5DFDE

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

Shades of Powder Blue #B5DFDE

Tints of Powder Blue #B5DFDE

Color information

#B5DFDE (or 0xB5DFDE) is unknown color: approx Powder Blue. HEX triplet: B5, DF and DE. RGB value is (181,223,222). Sum of RGB (Red+Green+Blue) = 181+223+222=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFDE is #4A2021. Grayscale: #D2D2D2. Windows color (decimal): -4857890 or 14606261. OLE color: 14606261.

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

Color convert

RGB181223222-
CMYK0.1900.000.13
HSL178.57º39.62%79.22%-
HSV(B)178.57º18.83%87.45%-
XYZ58.6367.8779.12-
YUV210.33134.59107.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=28.91%
G=35.62%
B=35.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812232220.1900.000.13178.5739.6279.22
HexB5DFDE1300Db3284f
Octal26533733623001526350117
Binary10110101110111111101111010011001101101100111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFDE; }

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

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

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

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

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

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

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

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