#B5DCDE

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

Shades of Powder Blue #B5DCDE

Tints of Powder Blue #B5DCDE

Color information

#B5DCDE (or 0xB5DCDE) is unknown color: approx Powder Blue. HEX triplet: B5, DC and DE. RGB value is (181,220,222). Sum of RGB (Red+Green+Blue) = 181+220+222=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCDE is #4A2321. Grayscale: #D0D0D0. Windows color (decimal): -4858658 or 14605493. OLE color: 14605493.

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

Color convert

RGB181220222-
CMYK0.180.0100.13
HSL182.93º38.32%79.02%-
HSV(B)182.93º18.47%87.06%-
XYZ57.8366.2878.85-
YUV208.57135.58108.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=29.05%
G=35.31%
B=35.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812202220.180.0100.13182.9338.3279.02
HexB5DCDE1210Db7264f
Octal26533433622101526746117
Binary10110101110111001101111010010101101101101111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCDE; }

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

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

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

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

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

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

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

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