Html Css Color HEX #BFEEA0 Madang

📋 copy color: '#BFEEA0'

red 191 ◦ green 238 ◦ blue 160

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

Shades of Madang #BFEEA0

Tints of Madang #BFEEA0

RGB

 RED value IS 191 (75% from 255) = 32.43%

 GREEN value IS 238 (93.36% from 255) = 40.41%

 BLUE value IS 160 (62.89% from 255) = 27.16%

R = 32.43%
G = 40.41%
B = 27.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#BFEEA0 (or 0xBFEEA0) is known color: Madang. HEX triplet: BF, EE and A0. RGB value is (191,238,160). Sum of RGB (Red+Green+Blue) = 191+238+160=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEEA0 is #40115F. Grayscale: #D7D7D7. Windows color (decimal): -4198752 or 10546879. OLE color: 10546879.

HSL color Cylindrical-coordinate representation of color #BFEEA0: hue angle of 96.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFEEA0 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 160 -
CMYK 0.20 0 0.33 0.07
HSL 96.15º 0.7% 0.78% -
HSV(B) 96.15º 0.33% 0.93% -
XYZ 58.41 74.76 44.61 -
YUV 215.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 191 238 160 0.20 0 0.33 0.07 96.15 0.7 0.78
Hex BF EE A0 14 0 21 7 60 46 4E
Octal 277 356 240 24 0 41 7 140 106 116
Binary 10111111 11101110 10100000 10100 0 100001 111 1100000 1000110 1001110

Color Harmonies of #BFEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEA0

Black with #BFEEA0

Text Example


Text Example

White with #BFEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEA0; }

 p { color: rgb(191,238,160); }

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

background-color css

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

 a { background-color: rgb(191,238,160); }

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

border-color css

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

 span { border-color: rgb(191,238,160); }

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