#B4DAD1

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

Shades of Scandal #B4DAD1

Tints of Scandal #B4DAD1

Color information

#B4DAD1 (or 0xB4DAD1) is unknown color: approx Scandal. HEX triplet: B4, DA and D1. RGB value is (180,218,209). Sum of RGB (Red+Green+Blue) = 180+218+209=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DAD1 is #4B252E. Grayscale: #CDCDCD. Windows color (decimal): -4924719 or 13753012. OLE color: 13753012.

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

Color convert

RGB180218209-
CMYK0.1700.040.15
HSL165.79º33.93%78.04%-
HSV(B)165.79º17.43%85.49%-
XYZ55.464.4569.84-
YUV205.61129.91109.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=29.65%
G=35.91%
B=34.43%

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
Decimal1802182090.1700.040.15165.7933.9378.04
HexB4DAD11104Fa6224e
Octal26433232121041724642116
Binary1011010011011010110100011000101001111101001101000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DAD1; }

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

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

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

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

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

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

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

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