#B0DFDF

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

Shades of Powder Blue #B0DFDF

Tints of Powder Blue #B0DFDF

Color information

#B0DFDF (or 0xB0DFDF) is unknown color: approx Powder Blue. HEX triplet: B0, DF and DF. RGB value is (176,223,223). Sum of RGB (Red+Green+Blue) = 176+223+223=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B0DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDF is #4F2020. Grayscale: #D0D0D0. Windows color (decimal): -5185569 or 14671792. OLE color: 14671792.

HSL color Cylindrical-coordinate representation of color #B0DFDF: hue angle of 180º degrees, saturation: 0.42, 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 #B0DFDF is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176223223-
CMYK0.21000.13
HSL180º42.34%78.24%-
HSV(B)180º21.08%87.45%-
XYZ57.6167.3379.77-
YUV208.95135.93104.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=28.30%
G=35.85%
B=35.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232230.21000.1318042.3478.24
HexB0DFDF1500Db42a4e
Octal26033733725001526452116
Binary10110000110111111101111110101001101101101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFDF; }

 p { color: rgb(176,223,223); }

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

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

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

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

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

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

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