Html Css Color HEX #BFFABB Tea Green

📋 copy color: '#BFFABB'

red 191 ◦ green 250 ◦ blue 187

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

Shades of Tea Green #BFFABB

Tints of Tea Green #BFFABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.81%

 BLUE value IS 187 (73.44% from 255) = 29.78%

R = 30.41%
G = 39.81%
B = 29.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#BFFABB (or 0xBFFABB) is known color: Tea Green. HEX triplet: BF, FA and BB. RGB value is (191,250,187). Sum of RGB (Red+Green+Blue) = 191+250+187=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFABB is #400544. Grayscale: #E1E1E1. Windows color (decimal): -4195653 or 12319423. OLE color: 12319423.

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

Color convert

RGB 191 250 187 -
CMYK 0.24 0 0.25 0.02
HSL 116.19º 0.86% 0.86% -
HSV(B) 116.19º 0.25% 0.98% -
XYZ 64.64 83.04 59.63 -
YUV 225.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 191 250 187 0.24 0 0.25 0.02 116.19 0.86 0.86
Hex BF FA BB 18 0 19 2 74 56 56
Octal 277 372 273 30 0 31 2 164 126 126
Binary 10111111 11111010 10111011 11000 0 11001 10 1110100 1010110 1010110

Color Harmonies of #BFFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFABB

Black with #BFFABB

Text Example


Text Example

White with #BFFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFABB; }

 p { color: rgb(191,250,187); }

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

background-color css

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

 a { background-color: rgb(191,250,187); }

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

border-color css

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

 span { border-color: rgb(191,250,187); }

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