#B0DAD1

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

Shades of Scandal #B0DAD1

Tints of Scandal #B0DAD1

Color information

#B0DAD1 (or 0xB0DAD1) is unknown color: approx Scandal. HEX triplet: B0, DA and D1. RGB value is (176,218,209). Sum of RGB (Red+Green+Blue) = 176+218+209=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAD1 is #4F252E. Grayscale: #CCCCCC. Windows color (decimal): -5186863 or 13753008. OLE color: 13753008.

HSL color Cylindrical-coordinate representation of color #B0DAD1: hue angle of 167.14º degrees, saturation: 0.36, 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 #B0DAD1 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB176218209-
CMYK0.1900.040.15
HSL167.14º36.21%77.25%-
HSV(B)167.14º19.27%85.49%-
XYZ54.4863.9869.8-
YUV204.42130.59107.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=29.19%
G=36.15%
B=34.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762182090.1900.040.15167.1436.2177.25
HexB0DAD11304Fa7244d
Octal26033232123041724744115
Binary1011000011011010110100011001101001111101001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAD1; }

 p { color: rgb(176,218,209); }

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

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

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

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

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

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

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