Html Css Color HEX #BFF8A0 Madang

📋 copy color: '#BFF8A0'

red 191 ◦ green 248 ◦ blue 160

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

Shades of Madang #BFF8A0

Tints of Madang #BFF8A0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

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

R = 31.89%
G = 41.4%
B = 26.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#BFF8A0 (or 0xBFF8A0) is known color: Madang. HEX triplet: BF, F8 and A0. RGB value is (191,248,160). Sum of RGB (Red+Green+Blue) = 191+248+160=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8A0 is #40075F. Grayscale: #DDDDDD. Windows color (decimal): -4196192 or 10549439. OLE color: 10549439.

HSL color Cylindrical-coordinate representation of color #BFF8A0: hue angle of 98.86º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFF8A0 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 248 160 -
CMYK 0.23 0 0.35 0.03
HSL 98.86º 0.86% 0.8% -
HSV(B) 98.86º 0.35% 0.97% -
XYZ 61.4 80.75 45.61 -
YUV 220.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 191 248 160 0.23 0 0.35 0.03 98.86 0.86 0.8
Hex BF F8 A0 17 0 23 3 63 56 50
Octal 277 370 240 27 0 43 3 143 126 120
Binary 10111111 11111000 10100000 10111 0 100011 11 1100011 1010110 1010000

Color Harmonies of #BFF8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF8A0

Black with #BFF8A0

Text Example


Text Example

White with #BFF8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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