Html Css Color HEX #BAD7B0 Madang

📋 copy color: '#BAD7B0'

red 186 ◦ green 215 ◦ blue 176

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

Shades of Madang #BAD7B0

Tints of Madang #BAD7B0

RGB

 RED value IS 186 (73.05% from 255) = 32.24%

 GREEN value IS 215 (84.38% from 255) = 37.26%

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 32.24%
G = 37.26%
B = 30.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BAD7B0 (or 0xBAD7B0) is known color: Madang. HEX triplet: BA, D7 and B0. RGB value is (186,215,176). Sum of RGB (Red+Green+Blue) = 186+215+176=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD7B0 is #45284F. Grayscale: #CACACA. Windows color (decimal): -4532304 or 11589562. OLE color: 11589562.

HSL color Cylindrical-coordinate representation of color #BAD7B0: hue angle of 104.62º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAD7B0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 215 176 -
CMYK 0.13 0 0.18 0.16
HSL 104.62º 0.33% 0.77% -
HSV(B) 104.62º 0.18% 0.84% -
XYZ 52.39 62.17 50.31 -
YUV 201.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 186 215 176 0.13 0 0.18 0.16 104.62 0.33 0.77
Hex BA D7 B0 D 0 12 10 69 21 4D
Octal 272 327 260 15 0 22 20 151 41 115
Binary 10111010 11010111 10110000 1101 0 10010 10000 1101001 100001 1001101

Color Harmonies of #BAD7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD7B0

Black with #BAD7B0

Text Example


Text Example

White with #BAD7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD7B0; }

 p { color: rgb(186,215,176); }

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

background-color css

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

 a { background-color: rgb(186,215,176); }

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

border-color css

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

 span { border-color: rgb(186,215,176); }

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