Html Css Color HEX #BFFBB9 Tea Green

📋 copy color: '#BFFBB9'

red 191 ◦ green 251 ◦ blue 185

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

Shades of Tea Green #BFFBB9

Tints of Tea Green #BFFBB9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.03%

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

R = 30.46%
G = 40.03%
B = 29.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#BFFBB9 (or 0xBFFBB9) is known color: Tea Green. HEX triplet: BF, FB and B9. RGB value is (191,251,185). Sum of RGB (Red+Green+Blue) = 191+251+185=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBB9 is #400446. Grayscale: #E1E1E1. Windows color (decimal): -4195399 or 12188607. OLE color: 12188607.

HSL color Cylindrical-coordinate representation of color #BFFBB9: hue angle of 114.55º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFFBB9 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 251 185 -
CMYK 0.24 0 0.26 0.02
HSL 114.55º 0.89% 0.85% -
HSV(B) 114.55º 0.26% 0.98% -
XYZ 64.74 83.57 58.62 -
YUV 225.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 191 251 185 0.24 0 0.26 0.02 114.55 0.89 0.85
Hex BF FB B9 18 0 1A 2 73 59 55
Octal 277 373 271 30 0 32 2 163 131 125
Binary 10111111 11111011 10111001 11000 0 11010 10 1110011 1011001 1010101

Color Harmonies of #BFFBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFBB9

Black with #BFFBB9

Text Example


Text Example

White with #BFFBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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