Html Css Color HEX #BFFDB5 Tea Green

📋 copy color: '#BFFDB5'

red 191 ◦ green 253 ◦ blue 181

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

Shades of Tea Green #BFFDB5

Tints of Tea Green #BFFDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.96%

R = 30.56%
G = 40.48%
B = 28.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#BFFDB5 (or 0xBFFDB5) is known color: Tea Green. HEX triplet: BF, FD and B5. RGB value is (191,253,181). Sum of RGB (Red+Green+Blue) = 191+253+181=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDB5 is #40024A. Grayscale: #E2E2E2. Windows color (decimal): -4194891 or 11926975. OLE color: 11926975.

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

Color convert

RGB 191 253 181 -
CMYK 0.25 0 0.28 0.01
HSL 111.67º 0.95% 0.85% -
HSV(B) 111.67º 0.28% 0.99% -
XYZ 64.95 84.66 56.63 -
YUV 226.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 191 253 181 0.25 0 0.28 0.01 111.67 0.95 0.85
Hex BF FD B5 19 0 1C 1 70 5F 55
Octal 277 375 265 31 0 34 1 160 137 125
Binary 10111111 11111101 10110101 11001 0 11100 1 1110000 1011111 1010101

Color Harmonies of #BFFDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDB5

Black with #BFFDB5

Text Example


Text Example

White with #BFFDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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