#B0DAD6

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

Shades of Scandal #B0DAD6

Tints of Scandal #B0DAD6

Color information

#B0DAD6 (or 0xB0DAD6) is unknown color: approx Scandal. HEX triplet: B0, DA and D6. RGB value is (176,218,214). Sum of RGB (Red+Green+Blue) = 176+218+214=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAD6 is #4F2529. Grayscale: #CCCCCC. Windows color (decimal): -5186858 or 14080688. OLE color: 14080688.

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

Color convert

RGB176218214-
CMYK0.1900.020.15
HSL174.29º36.21%77.25%-
HSV(B)174.29º19.27%85.49%-
XYZ55.1164.2373.11-
YUV204.99133.09107.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 214 (83.98% from 255) = 35.20%
R=28.95%
G=35.86%
B=35.20%

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
Decimal1762182140.1900.020.15174.2936.2177.25
HexB0DAD61302Fae244d
Octal26033232623021725644115
Binary101100001101101011010110100110101111101011101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAD6; }

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

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

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

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

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

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

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

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