#B9DCDC

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

Shades of Powder Blue #B9DCDC

Tints of Powder Blue #B9DCDC

Color information

#B9DCDC (or 0xB9DCDC) is unknown color: approx Powder Blue. HEX triplet: B9, DC and DC. RGB value is (185,220,220). Sum of RGB (Red+Green+Blue) = 185+220+220=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B9DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCDC is #462323. Grayscale: #D1D1D1. Windows color (decimal): -4596516 or 14474425. OLE color: 14474425.

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

Color convert

RGB185220220-
CMYK0.16000.14
HSL180º33.33%79.41%-
HSV(B)180º15.91%86.27%-
XYZ58.5266.6777.49-
YUV209.54133.9110.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.6%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=29.6%
G=35.2%
B=35.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852202200.16000.1418033.3379.41
HexB9DCDC1000Eb4214f
Octal27133433420001626441117
Binary10111001110111001101110010000001110101101001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCDC; }

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

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

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

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

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

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

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

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