Html Css Color HEX #BFF0B0 Madang

📋 copy color: '#BFF0B0'

red 191 ◦ green 240 ◦ blue 176

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

Shades of Madang #BFF0B0

Tints of Madang #BFF0B0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.54%

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

R = 31.47%
G = 39.54%
B = 29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#BFF0B0 (or 0xBFF0B0) is known color: Madang. HEX triplet: BF, F0 and B0. RGB value is (191,240,176). Sum of RGB (Red+Green+Blue) = 191+240+176=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF0B0 is #400F4F. Grayscale: #DADADA. Windows color (decimal): -4198224 or 11595967. OLE color: 11595967.

HSL color Cylindrical-coordinate representation of color #BFF0B0: hue angle of 105.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFF0B0 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 176 -
CMYK 0.20 0 0.27 0.06
HSL 105.94º 0.68% 0.82% -
HSV(B) 105.94º 0.27% 0.94% -
XYZ 60.48 76.53 52.66 -
YUV 218.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 191 240 176 0.20 0 0.27 0.06 105.94 0.68 0.82
Hex BF F0 B0 14 0 1B 6 6A 44 52
Octal 277 360 260 24 0 33 6 152 104 122
Binary 10111111 11110000 10110000 10100 0 11011 110 1101010 1000100 1010010

Color Harmonies of #BFF0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0B0

Black with #BFF0B0

Text Example


Text Example

White with #BFF0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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