Html Css Color HEX #BADBAF Madang

📋 copy color: '#BADBAF'

red 186 ◦ green 219 ◦ blue 175

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

Shades of Madang #BADBAF

Tints of Madang #BADBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.17%

R = 32.07%
G = 37.76%
B = 30.17%

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

#BADBAF (or 0xBADBAF) is known color: Madang. HEX triplet: BA, DB and AF. RGB value is (186,219,175). Sum of RGB (Red+Green+Blue) = 186+219+175=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBAF is #452450. Grayscale: #CCCCCC. Windows color (decimal): -4531281 or 11525050. OLE color: 11525050.

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

Color convert

RGB 186 219 175 -
CMYK 0.15 0 0.20 0.14
HSL 105º 0.38% 0.77% -
HSV(B) 105º 0.2% 0.86% -
XYZ 53.32 64.2 50.14 -
YUV 204.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 186 219 175 0.15 0 0.20 0.14 105 0.38 0.77
Hex BA DB AF F 0 14 E 69 26 4D
Octal 272 333 257 17 0 24 16 151 46 115
Binary 10111010 11011011 10101111 1111 0 10100 1110 1101001 100110 1001101

Color Harmonies of #BADBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBAF

Black with #BADBAF

Text Example


Text Example

White with #BADBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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