Html Css Color HEX #B4DAD2 Scandal

📋 copy color: '#B4DAD2'

red 180 ◦ green 218 ◦ blue 210

#B4DAD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #B4DAD2

Tints of Scandal #B4DAD2

RGB

 RED value IS 180 (70.7% 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 value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#B4DAD2 (or 0xB4DAD2) is known color: 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

RGB 180 218 210 -
CMYK 0.17 0 0.04 0.15
HSL 167.37º 0.34% 0.78% -
HSV(B) 167.37º 0.17% 0.85% -
XYZ 55.53 64.5 70.5 -
YUV 205.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 180 218 210 0.17 0 0.04 0.15 167.37 0.34 0.78
Hex B4 DA D2 11 0 4 F A7 22 4E
Octal 264 332 322 21 0 4 17 247 42 116
Binary 10110100 11011010 11010010 10001 0 100 1111 10100111 100010 1001110

Color Harmonies of #B4DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DAD2

Black with #B4DAD2

Text Example


Text Example

White with #B4DAD2

Text Example


Text Example

HTML Codes & Css Web 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>