Html Css Color HEX #BFFDB8 Tea Green

📋 copy color: '#BFFDB8'

red 191 ◦ green 253 ◦ blue 184

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

Shades of Tea Green #BFFDB8

Tints of Tea Green #BFFDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.3%

R = 30.41%
G = 40.29%
B = 29.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#BFFDB8 (or 0xBFFDB8) is known color: Tea Green. HEX triplet: BF, FD and B8. RGB value is (191,253,184). Sum of RGB (Red+Green+Blue) = 191+253+184=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDB8 is #400247. Grayscale: #E2E2E2. Windows color (decimal): -4194888 or 12123583. OLE color: 12123583.

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

Color convert

RGB 191 253 184 -
CMYK 0.25 0 0.27 0.01
HSL 113.91º 0.95% 0.86% -
HSV(B) 113.91º 0.27% 0.99% -
XYZ 65.26 84.79 58.27 -
YUV 226.6 103.96 102.61 -
System Red Green Blue C M Y K H S L
Decimal 191 253 184 0.25 0 0.27 0.01 113.91 0.95 0.86
Hex BF FD B8 19 0 1B 1 72 5F 56
Octal 277 375 270 31 0 33 1 162 137 126
Binary 10111111 11111101 10111000 11001 0 11011 1 1110010 1011111 1010110

Color Harmonies of #BFFDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDB8

Black with #BFFDB8

Text Example


Text Example

White with #BFFDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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