#B0DADC

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

Shades of Powder Blue #B0DADC

Tints of Powder Blue #B0DADC

Color information

#B0DADC (or 0xB0DADC) is unknown color: approx Powder Blue. HEX triplet: B0, DA and DC. RGB value is (176,218,220). Sum of RGB (Red+Green+Blue) = 176+218+220=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DADC is #4F2523. Grayscale: #CDCDCD. Windows color (decimal): -5186852 or 14473904. OLE color: 14473904.

HSL color Cylindrical-coordinate representation of color #B0DADC: hue angle of 182.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DADC is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176218220-
CMYK0.20.0100.14
HSL182.73º38.6%77.65%-
HSV(B)182.73º20%86.27%-
XYZ55.8964.5477.22-
YUV205.67136.09106.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=28.66%
G=35.50%
B=35.83%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762182200.20.0100.14182.7338.677.65
HexB0DADC1410Eb7274e
Octal26033233424101626747116
Binary10110000110110101101110010100101110101101111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DADC; }

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

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

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

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

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

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

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

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