#B0DFD9

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

Shades of Scandal #B0DFD9

Tints of Scandal #B0DFD9

Color information

#B0DFD9 (or 0xB0DFD9) is unknown color: approx Scandal. HEX triplet: B0, DF and D9. RGB value is (176,223,217). Sum of RGB (Red+Green+Blue) = 176+223+217=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD9 is #4F2026. Grayscale: #D0D0D0. Windows color (decimal): -5185575 or 14278576. OLE color: 14278576.

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

Color convert

RGB176223217-
CMYK0.2100.030.13
HSL172.34º42.34%78.24%-
HSV(B)172.34º21.08%87.45%-
XYZ56.8267.0275.59-
YUV208.26132.93104.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 217 (85.16% from 255) = 35.23%
R=28.57%
G=36.20%
B=35.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232170.2100.030.13172.3442.3478.24
HexB0DFD91503Dac2a4e
Octal26033733125031525452116
Binary101100001101111111011001101010111101101011001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFD9; }

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

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

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

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

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

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

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

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