Html Css Color HEX #BCFEB7 Tea Green

📋 copy color: '#BCFEB7'

red 188 ◦ green 254 ◦ blue 183

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

Shades of Tea Green #BCFEB7

Tints of Tea Green #BCFEB7

RGB

 RED value IS 188 (73.83% from 255) = 30.08%

 GREEN value IS 254 (99.61% from 255) = 40.64%

 BLUE value IS 183 (71.88% from 255) = 29.28%

R = 30.08%
G = 40.64%
B = 29.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#BCFEB7 (or 0xBCFEB7) is known color: Tea Green. HEX triplet: BC, FE and B7. RGB value is (188,254,183). Sum of RGB (Red+Green+Blue) = 188+254+183=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEB7 is #430148. Grayscale: #E2E2E2. Windows color (decimal): -4391241 or 12058300. OLE color: 12058300.

HSL color Cylindrical-coordinate representation of color #BCFEB7: hue angle of 115.77º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFEB7 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 183 -
CMYK 0.26 0 0.28 0.00
HSL 115.77º 0.97% 0.86% -
HSV(B) 115.77º 0.28% 1% -
XYZ 64.73 84.99 57.79 -
YUV 226.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 188 254 183 0.26 0 0.28 0.00 115.77 0.97 0.86
Hex BC FE B7 1A 0 1C 0 74 61 56
Octal 274 376 267 32 0 34 0 164 141 126
Binary 10111100 11111110 10110111 11010 0 11100 0 1110100 1100001 1010110

Color Harmonies of #BCFEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEB7

Black with #BCFEB7

Text Example


Text Example

White with #BCFEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEB7; }

 p { color: rgb(188,254,183); }

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

background-color css

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

 a { background-color: rgb(188,254,183); }

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

border-color css

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

 span { border-color: rgb(188,254,183); }

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