Html Css Color HEX #BFF6B9 Tea Green

📋 copy color: '#BFF6B9'

red 191 ◦ green 246 ◦ blue 185

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

Shades of Tea Green #BFF6B9

Tints of Tea Green #BFF6B9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.55%

 BLUE value IS 185 (72.66% from 255) = 29.74%

R = 30.71%
G = 39.55%
B = 29.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#BFF6B9 (or 0xBFF6B9) is known color: Tea Green. HEX triplet: BF, F6 and B9. RGB value is (191,246,185). Sum of RGB (Red+Green+Blue) = 191+246+185=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6B9 is #400946. Grayscale: #DEDEDE. Windows color (decimal): -4196679 or 12187327. OLE color: 12187327.

HSL color Cylindrical-coordinate representation of color #BFF6B9: hue angle of 114.1º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFF6B9 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 185 -
CMYK 0.22 0 0.25 0.04
HSL 114.1º 0.77% 0.85% -
HSV(B) 114.1º 0.25% 0.96% -
XYZ 63.2 80.49 58.1 -
YUV 222.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 191 246 185 0.22 0 0.25 0.04 114.1 0.77 0.85
Hex BF F6 B9 16 0 19 4 72 4D 55
Octal 277 366 271 26 0 31 4 162 115 125
Binary 10111111 11110110 10111001 10110 0 11001 100 1110010 1001101 1010101

Color Harmonies of #BFF6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF6B9

Black with #BFF6B9

Text Example


Text Example

White with #BFF6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF6B9; }

 p { color: rgb(191,246,185); }

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

background-color css

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

 a { background-color: rgb(191,246,185); }

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

border-color css

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

 span { border-color: rgb(191,246,185); }

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