Html Css Color HEX #BADCB3 Madang

📋 copy color: '#BADCB3'

red 186 ◦ green 220 ◦ blue 179

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

Shades of Madang #BADCB3

Tints of Madang #BADCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.6%

R = 31.79%
G = 37.61%
B = 30.6%

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

#BADCB3 (or 0xBADCB3) is known color: Madang. HEX triplet: BA, DC and B3. RGB value is (186,220,179). Sum of RGB (Red+Green+Blue) = 186+220+179=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCB3 is #45234C. Grayscale: #CDCDCD. Windows color (decimal): -4531021 or 11787450. OLE color: 11787450.

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

Color convert

RGB 186 220 179 -
CMYK 0.15 0 0.19 0.14
HSL 109.76º 0.37% 0.78% -
HSV(B) 109.76º 0.19% 0.86% -
XYZ 53.98 64.88 52.33 -
YUV 205.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 186 220 179 0.15 0 0.19 0.14 109.76 0.37 0.78
Hex BA DC B3 F 0 13 E 6E 25 4E
Octal 272 334 263 17 0 23 16 156 45 116
Binary 10111010 11011100 10110011 1111 0 10011 1110 1101110 100101 1001110

Color Harmonies of #BADCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCB3

Black with #BADCB3

Text Example


Text Example

White with #BADCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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