Html Css Color HEX #BADCB2 Madang

📋 copy color: '#BADCB2'

red 186 ◦ green 220 ◦ blue 178

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

Shades of Madang #BADCB2

Tints of Madang #BADCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.48%

R = 31.85%
G = 37.67%
B = 30.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#BADCB2 (or 0xBADCB2) is known color: Madang. HEX triplet: BA, DC and B2. RGB value is (186,220,178). Sum of RGB (Red+Green+Blue) = 186+220+178=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCB2 is #45234D. Grayscale: #CDCDCD. Windows color (decimal): -4531022 or 11721914. OLE color: 11721914.

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

Color convert

RGB 186 220 178 -
CMYK 0.15 0 0.19 0.14
HSL 108.57º 0.38% 0.78% -
HSV(B) 108.57º 0.19% 0.86% -
XYZ 53.88 64.84 51.8 -
YUV 205.05 112.74 114.42 -
System Red Green Blue C M Y K H S L
Decimal 186 220 178 0.15 0 0.19 0.14 108.57 0.38 0.78
Hex BA DC B2 F 0 13 E 6D 26 4E
Octal 272 334 262 17 0 23 16 155 46 116
Binary 10111010 11011100 10110010 1111 0 10011 1110 1101101 100110 1001110

Color Harmonies of #BADCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCB2

Black with #BADCB2

Text Example


Text Example

White with #BADCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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