Html Css Color HEX #BADCB0 Madang

📋 copy color: '#BADCB0'

red 186 ◦ green 220 ◦ blue 176

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

Shades of Madang #BADCB0

Tints of Madang #BADCB0

RGB

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

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

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

R = 31.96%
G = 37.8%
B = 30.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#BADCB0 (or 0xBADCB0) is known color: Madang. HEX triplet: BA, DC and B0. RGB value is (186,220,176). Sum of RGB (Red+Green+Blue) = 186+220+176=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCB0 is #45234F. Grayscale: #CCCCCC. Windows color (decimal): -4531024 or 11590842. OLE color: 11590842.

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

Color convert

RGB 186 220 176 -
CMYK 0.15 0 0.2 0.14
HSL 106.36º 0.39% 0.78% -
HSV(B) 106.36º 0.2% 0.86% -
XYZ 53.68 64.76 50.75 -
YUV 204.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 186 220 176 0.15 0 0.2 0.14 106.36 0.39 0.78
Hex BA DC B0 F 0 14 E 6A 27 4E
Octal 272 334 260 17 0 24 16 152 47 116
Binary 10111010 11011100 10110000 1111 0 10100 1110 1101010 100111 1001110

Color Harmonies of #BADCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCB0

Black with #BADCB0

Text Example


Text Example

White with #BADCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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