Html Css Color HEX #B2DAD1 Scandal

📋 copy color: '#B2DAD1'

red 178 ◦ green 218 ◦ blue 209

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

Shades of Scandal #B2DAD1

Tints of Scandal #B2DAD1

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 value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

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

RGB 178 218 209 -
CMYK 0.18 0 0.04 0.15
HSL 166.5º 0.35% 0.78% -
HSV(B) 166.5º 0.18% 0.85% -
XYZ 54.94 64.21 69.82 -
YUV 205.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 178 218 209 0.18 0 0.04 0.15 166.5 0.35 0.78
Hex B2 DA D1 12 0 4 F A6 23 4E
Octal 262 332 321 22 0 4 17 246 43 116
Binary 10110010 11011010 11010001 10010 0 100 1111 10100110 100011 1001110

Color Harmonies of #B2DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAD1

Black with #B2DAD1

Text Example


Text Example

White with #B2DAD1

Text Example


Text Example

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