Html Css Color HEX #BADBB1 Madang

📋 copy color: '#BADBB1'

red 186 ◦ green 219 ◦ blue 177

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

Shades of Madang #BADBB1

Tints of Madang #BADBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.63%

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

R = 31.96%
G = 37.63%
B = 30.41%

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

#BADBB1 (or 0xBADBB1) is known color: Madang. HEX triplet: BA, DB and B1. RGB value is (186,219,177). Sum of RGB (Red+Green+Blue) = 186+219+177=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBB1 is #45244E. Grayscale: #CCCCCC. Windows color (decimal): -4531279 or 11656122. OLE color: 11656122.

HSL color Cylindrical-coordinate representation of color #BADBB1: hue angle of 107.14º degrees, saturation: 0.37, 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 #BADBB1 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 177 -
CMYK 0.15 0 0.19 0.14
HSL 107.14º 0.37% 0.78% -
HSV(B) 107.14º 0.19% 0.86% -
XYZ 53.52 64.28 51.18 -
YUV 204.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 186 219 177 0.15 0 0.19 0.14 107.14 0.37 0.78
Hex BA DB B1 F 0 13 E 6B 25 4E
Octal 272 333 261 17 0 23 16 153 45 116
Binary 10111010 11011011 10110001 1111 0 10011 1110 1101011 100101 1001110

Color Harmonies of #BADBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBB1

Black with #BADBB1

Text Example


Text Example

White with #BADBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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