#B0DED9

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

Shades of Scandal #B0DED9

Tints of Scandal #B0DED9

Color information

#B0DED9 (or 0xB0DED9) is unknown color: approx Scandal. HEX triplet: B0, DE and D9. RGB value is (176,222,217). Sum of RGB (Red+Green+Blue) = 176+222+217=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED9 is #4F2126. Grayscale: #CFCFCF. Windows color (decimal): -5185831 or 14278320. OLE color: 14278320.

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

Color convert

RGB176222217-
CMYK0.2100.020.13
HSL173.48º41.07%78.04%-
HSV(B)173.48º20.72%87.06%-
XYZ56.5566.4875.5-
YUV207.68133.26105.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.62%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=28.62%
G=36.10%
B=35.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762222170.2100.020.13173.4841.0778.04
HexB0DED91502Dad294e
Octal26033633125021525551116
Binary101100001101111011011001101010101101101011011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DED9; }

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

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

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

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

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

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

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

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