Html Css Color HEX #B2DAD3 Scandal

📋 copy color: '#B2DAD3'

red 178 ◦ green 218 ◦ blue 211

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

Shades of Scandal #B2DAD3

Tints of Scandal #B2DAD3

RGB

 RED value IS 178 (69.92% from 255) = 29.32%

 GREEN value IS 218 (85.55% from 255) = 35.91%

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 29.32%
G = 35.91%
B = 34.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#B2DAD3 (or 0xB2DAD3) is known color: Scandal. HEX triplet: B2, DA and D3. RGB value is (178,218,211). Sum of RGB (Red+Green+Blue) = 178+218+211=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAD3 is #4D252C. Grayscale: #CDCDCD. Windows color (decimal): -5055789 or 13884082. OLE color: 13884082.

HSL color Cylindrical-coordinate representation of color #B2DAD3: hue angle of 169.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 #B2DAD3 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 211 -
CMYK 0.18 0 0.03 0.15
HSL 169.5º 0.35% 0.78% -
HSV(B) 169.5º 0.18% 0.85% -
XYZ 55.19 64.31 71.13 -
YUV 205.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 178 218 211 0.18 0 0.03 0.15 169.5 0.35 0.78
Hex B2 DA D3 12 0 3 F AA 23 4E
Octal 262 332 323 22 0 3 17 252 43 116
Binary 10110010 11011010 11010011 10010 0 11 1111 10101010 100011 1001110

Color Harmonies of #B2DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAD3

Black with #B2DAD3

Text Example


Text Example

White with #B2DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAD3; }

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

 H1.HeaderClassName
 {
   color: #B2DAD3;
 }
 .AnyTagClassName
 {
   color: #B2DAD3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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