Html Css Color HEX #BFEAB0 Madang

📋 copy color: '#BFEAB0'

red 191 ◦ green 234 ◦ blue 176

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

Shades of Madang #BFEAB0

Tints of Madang #BFEAB0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.94%

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

R = 31.78%
G = 38.94%
B = 29.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#BFEAB0 (or 0xBFEAB0) is known color: Madang. HEX triplet: BF, EA and B0. RGB value is (191,234,176). Sum of RGB (Red+Green+Blue) = 191+234+176=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEAB0 is #40154F. Grayscale: #D6D6D6. Windows color (decimal): -4199760 or 11594431. OLE color: 11594431.

HSL color Cylindrical-coordinate representation of color #BFEAB0: hue angle of 104.48º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFEAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 176 -
CMYK 0.18 0 0.25 0.08
HSL 104.48º 0.58% 0.8% -
HSV(B) 104.48º 0.25% 0.92% -
XYZ 58.75 73.06 52.08 -
YUV 214.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 191 234 176 0.18 0 0.25 0.08 104.48 0.58 0.8
Hex BF EA B0 12 0 19 8 68 3A 50
Octal 277 352 260 22 0 31 10 150 72 120
Binary 10111111 11101010 10110000 10010 0 11001 1000 1101000 111010 1010000

Color Harmonies of #BFEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAB0

Black with #BFEAB0

Text Example


Text Example

White with #BFEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAB0; }

 p { color: rgb(191,234,176); }

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

background-color css

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

 a { background-color: rgb(191,234,176); }

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

border-color css

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

 span { border-color: rgb(191,234,176); }

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