Html Css Color HEX #BADCB1 Madang

📋 copy color: '#BADCB1'

red 186 ◦ green 220 ◦ blue 177

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

Shades of Madang #BADCB1

Tints of Madang #BADCB1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

 BLUE value IS 177 (69.53% from 255) = 30.36%

R = 31.9%
G = 37.74%
B = 30.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#BADCB1 (or 0xBADCB1) is known color: Madang. HEX triplet: BA, DC and B1. RGB value is (186,220,177). Sum of RGB (Red+Green+Blue) = 186+220+177=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCB1 is #45234E. Grayscale: #CDCDCD. Windows color (decimal): -4531023 or 11656378. OLE color: 11656378.

HSL color Cylindrical-coordinate representation of color #BADCB1: hue angle of 107.44º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADCB1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 177 -
CMYK 0.15 0 0.20 0.14
HSL 107.44º 0.38% 0.78% -
HSV(B) 107.44º 0.2% 0.86% -
XYZ 53.78 64.8 51.27 -
YUV 204.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 186 220 177 0.15 0 0.20 0.14 107.44 0.38 0.78
Hex BA DC B1 F 0 14 E 6B 26 4E
Octal 272 334 261 17 0 24 16 153 46 116
Binary 10111010 11011100 10110001 1111 0 10100 1110 1101011 100110 1001110

Color Harmonies of #BADCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCB1

Black with #BADCB1

Text Example


Text Example

White with #BADCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCB1; }

 p { color: rgb(186,220,177); }

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

background-color css

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

 a { background-color: rgb(186,220,177); }

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

border-color css

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

 span { border-color: rgb(186,220,177); }

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