Html Css Color HEX #BFFDB4 Tea Green

📋 copy color: '#BFFDB4'

red 191 ◦ green 253 ◦ blue 180

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

Shades of Tea Green #BFFDB4

Tints of Tea Green #BFFDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.85%

R = 30.61%
G = 40.54%
B = 28.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#BFFDB4 (or 0xBFFDB4) is known color: Tea Green. HEX triplet: BF, FD and B4. RGB value is (191,253,180). Sum of RGB (Red+Green+Blue) = 191+253+180=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDB4 is #40024B. Grayscale: #E2E2E2. Windows color (decimal): -4194892 or 11861439. OLE color: 11861439.

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

Color convert

RGB 191 253 180 -
CMYK 0.25 0 0.29 0.01
HSL 110.96º 0.95% 0.85% -
HSV(B) 110.96º 0.29% 0.99% -
XYZ 64.85 84.62 56.1 -
YUV 226.14 101.96 102.94 -
System Red Green Blue C M Y K H S L
Decimal 191 253 180 0.25 0 0.29 0.01 110.96 0.95 0.85
Hex BF FD B4 19 0 1D 1 6F 5F 55
Octal 277 375 264 31 0 35 1 157 137 125
Binary 10111111 11111101 10110100 11001 0 11101 1 1101111 1011111 1010101

Color Harmonies of #BFFDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDB4

Black with #BFFDB4

Text Example


Text Example

White with #BFFDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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