#B2DAD1

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

Shades of Scandal #B2DAD1

Tints of Scandal #B2DAD1

Color information

#B2DAD1 (or 0xB2DAD1) is unknown color: approx Scandal. HEX triplet: B2, DA and D1. RGB value is (178,218,209). Sum of RGB (Red+Green+Blue) = 178+218+209=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAD1 is #4D252E. Grayscale: #CDCDCD. Windows color (decimal): -5055791 or 13753010. OLE color: 13753010.

HSL color Cylindrical-coordinate representation of color #B2DAD1: hue angle of 166.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DAD1 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB178218209-
CMYK0.1800.040.15
HSL166.5º35.09%77.65%-
HSV(B)166.5º18.35%85.49%-
XYZ54.9464.2169.82-
YUV205.01130.25108.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.42%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=29.42%
G=36.03%
B=34.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782182090.1800.040.15166.535.0977.65
HexB2DAD11204Fa6234e
Octal26233232122041724643116
Binary1011001011011010110100011001001001111101001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAD1; }

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

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

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

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

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

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

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

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