#B0DFDE

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

Shades of Powder Blue #B0DFDE

Tints of Powder Blue #B0DFDE

Color information

#B0DFDE (or 0xB0DFDE) is unknown color: approx Powder Blue. HEX triplet: B0, DF and DE. RGB value is (176,223,222). Sum of RGB (Red+Green+Blue) = 176+223+222=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDE is #4F2021. Grayscale: #D0D0D0. Windows color (decimal): -5185570 or 14606256. OLE color: 14606256.

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

Color convert

RGB176223222-
CMYK0.2100.000.13
HSL178.72º42.34%78.24%-
HSV(B)178.72º21.08%87.45%-
XYZ57.4867.2879.06-
YUV208.83135.43104.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.34%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=28.34%
G=35.91%
B=35.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232220.2100.000.13178.7242.3478.24
HexB0DFDE1500Db32a4e
Octal26033733625001526352116
Binary10110000110111111101111010101001101101100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFDE; }

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

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

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

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

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

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

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

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