Html Css Color HEX #BFFDB0 Madang

📋 copy color: '#BFFDB0'

red 191 ◦ green 253 ◦ blue 176

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

Shades of Madang #BFFDB0

Tints of Madang #BFFDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.81%

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

R = 30.81%
G = 40.81%
B = 28.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#BFFDB0 (or 0xBFFDB0) is known color: Madang. HEX triplet: BF, FD and B0. RGB value is (191,253,176). Sum of RGB (Red+Green+Blue) = 191+253+176=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFDB0 is #40024F. Grayscale: #E1E1E1. Windows color (decimal): -4194896 or 11599295. OLE color: 11599295.

HSL color Cylindrical-coordinate representation of color #BFFDB0: hue angle of 108.31º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFDB0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 176 -
CMYK 0.25 0 0.30 0.01
HSL 108.31º 0.95% 0.84% -
HSV(B) 108.31º 0.3% 0.99% -
XYZ 64.45 84.46 53.98 -
YUV 225.68 99.96 103.26 -
System Red Green Blue C M Y K H S L
Decimal 191 253 176 0.25 0 0.30 0.01 108.31 0.95 0.84
Hex BF FD B0 19 0 1E 1 6C 5F 54
Octal 277 375 260 31 0 36 1 154 137 124
Binary 10111111 11111101 10110000 11001 0 11110 1 1101100 1011111 1010100

Color Harmonies of #BFFDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDB0

Black with #BFFDB0

Text Example


Text Example

White with #BFFDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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