#B5DCDC

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

Shades of Powder Blue #B5DCDC

Tints of Powder Blue #B5DCDC

Color information

#B5DCDC (or 0xB5DCDC) is unknown color: approx Powder Blue. HEX triplet: B5, DC and DC. RGB value is (181,220,220). Sum of RGB (Red+Green+Blue) = 181+220+220=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B5DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCDC is #4A2323. Grayscale: #D0D0D0. Windows color (decimal): -4858660 or 14474421. OLE color: 14474421.

HSL color Cylindrical-coordinate representation of color #B5DCDC: hue angle of 180º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCDC is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181220220-
CMYK0.18000.14
HSL180º35.78%78.63%-
HSV(B)180º17.73%86.27%-
XYZ57.5766.1877.45-
YUV208.34134.58108.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=29.15%
G=35.43%
B=35.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812202200.18000.1418035.7878.63
HexB5DCDC1200Eb4244f
Octal26533433422001626444117
Binary10110101110111001101110010010001110101101001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCDC; }

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

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

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

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

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

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

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

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