#B0DAD8

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

Shades of Scandal #B0DAD8

Tints of Scandal #B0DAD8

Color information

#B0DAD8 (or 0xB0DAD8) is unknown color: approx Scandal. HEX triplet: B0, DA and D8. RGB value is (176,218,216). Sum of RGB (Red+Green+Blue) = 176+218+216=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAD8 is #4F2527. Grayscale: #CDCDCD. Windows color (decimal): -5186856 or 14211760. OLE color: 14211760.

HSL color Cylindrical-coordinate representation of color #B0DAD8: hue angle of 177.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 #B0DAD8 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB176218216-
CMYK0.1900.010.15
HSL177.14º36.21%77.25%-
HSV(B)177.14º19.27%85.49%-
XYZ55.3764.3374.46-
YUV205.21134.09107.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.85%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=28.85%
G=35.74%
B=35.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762182160.1900.010.15177.1436.2177.25
HexB0DAD81301Fb1244d
Octal26033233023011726144115
Binary10110000110110101101100010011011111101100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAD8; }

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

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

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

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

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

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

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

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