#B4DAD2

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

Shades of Scandal #B4DAD2

Tints of Scandal #B4DAD2

Color information

#B4DAD2 (or 0xB4DAD2) is unknown color: approx Scandal. HEX triplet: B4, DA and D2. RGB value is (180,218,210). Sum of RGB (Red+Green+Blue) = 180+218+210=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DAD2 is #4B252D. Grayscale: #CDCDCD. Windows color (decimal): -4924718 or 13818548. OLE color: 13818548.

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

Color convert

RGB180218210-
CMYK0.1700.040.15
HSL167.37º33.93%78.04%-
HSV(B)167.37º17.43%85.49%-
XYZ55.5364.570.5-
YUV205.73130.41109.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 210 (82.42% from 255) = 34.54%
R=29.61%
G=35.86%
B=34.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802182100.1700.040.15167.3733.9378.04
HexB4DAD21104Fa7224e
Octal26433232221041724742116
Binary1011010011011010110100101000101001111101001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DAD2; }

 p { color: rgb(180,218,210); }

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

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

 a { background-color: rgb(180,218,210); }

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

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

 span { border-color: rgb(180,218,210); }

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