#B0DCDE

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

Shades of Powder Blue #B0DCDE

Tints of Powder Blue #B0DCDE

Color information

#B0DCDE (or 0xB0DCDE) is unknown color: approx Powder Blue. HEX triplet: B0, DC and DE. RGB value is (176,220,222). Sum of RGB (Red+Green+Blue) = 176+220+222=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCDE is #4F2321. Grayscale: #CFCFCF. Windows color (decimal): -5186338 or 14605488. OLE color: 14605488.

HSL color Cylindrical-coordinate representation of color #B0DCDE: hue angle of 182.61º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DCDE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176220222-
CMYK0.210.0100.13
HSL182.61º41.07%78.04%-
HSV(B)182.61º20.72%87.06%-
XYZ56.6865.6978.8-
YUV207.07136.42105.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.48%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=28.48%
G=35.60%
B=35.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762202220.210.0100.13182.6141.0778.04
HexB0DCDE1510Db7294e
Octal26033433625101526751116
Binary10110000110111001101111010101101101101101111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCDE; }

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

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

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

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

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

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

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

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