#B0D8D3

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

Shades of Scandal #B0D8D3

Tints of Scandal #B0D8D3

Color information

#B0D8D3 (or 0xB0D8D3) is unknown color: approx Scandal. HEX triplet: B0, D8 and D3. RGB value is (176,216,211). Sum of RGB (Red+Green+Blue) = 176+216+211=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8D3 is #4F272C. Grayscale: #CBCBCB. Windows color (decimal): -5187373 or 13883568. OLE color: 13883568.

HSL color Cylindrical-coordinate representation of color #B0D8D3: hue angle of 172.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8D3 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB176216211-
CMYK0.1900.020.15
HSL172.5º33.9%76.86%-
HSV(B)172.5º18.52%84.71%-
XYZ54.2263.0470.94-
YUV203.47132.25108.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=29.19%
G=35.82%
B=34.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762162110.1900.020.15172.533.976.86
HexB0D8D31302Fac224d
Octal26033032323021725442115
Binary101100001101100011010011100110101111101011001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D8D3; }

 p { color: rgb(176,216,211); }

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

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

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

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

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

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

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