#B0DCDD

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

Shades of Powder Blue #B0DCDD

Tints of Powder Blue #B0DCDD

Color information

#B0DCDD (or 0xB0DCDD) is unknown color: approx Powder Blue. HEX triplet: B0, DC and DD. RGB value is (176,220,221). Sum of RGB (Red+Green+Blue) = 176+220+221=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCDD is #4F2322. Grayscale: #CECECE. Windows color (decimal): -5186339 or 14539952. OLE color: 14539952.

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

Color convert

RGB176220221-
CMYK0.200.0000.13
HSL181.33º39.82%77.84%-
HSV(B)181.33º20.36%86.67%-
XYZ56.5565.6478.1-
YUV206.96135.92105.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.53%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=28.53%
G=35.66%
B=35.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762202210.200.0000.13181.3339.8277.84
HexB0DCDD1400Db5284e
Octal26033433524001526550116
Binary10110000110111001101110110100001101101101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCDD; }

 p { color: rgb(176,220,221); }

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

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

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

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

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

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

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