Html Css Color HEX #BCFFB7 Tea Green

📋 copy color: '#BCFFB7'

red 188 ◦ green 255 ◦ blue 183

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

Shades of Tea Green #BCFFB7

Tints of Tea Green #BCFFB7

RGB

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

 GREEN value IS 255 (100% from 255) = 40.73%

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

R = 30.03%
G = 40.73%
B = 29.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#BCFFB7 (or 0xBCFFB7) is known color: Tea Green. HEX triplet: BC, FF and B7. RGB value is (188,255,183). Sum of RGB (Red+Green+Blue) = 188+255+183=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFB7 is #430048. Grayscale: #E2E2E2. Windows color (decimal): -4390985 or 12058556. OLE color: 12058556.

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

Color convert

RGB 188 255 183 -
CMYK 0.26 0 0.28 0
HSL 115.83º 1% 0.86% -
HSV(B) 115.83º 0.28% 1% -
XYZ 65.05 85.63 57.9 -
YUV 226.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 188 255 183 0.26 0 0.28 0 115.83 1 0.86
Hex BC FF B7 1A 0 1C 0 74 64 56
Octal 274 377 267 32 0 34 0 164 144 126
Binary 10111100 11111111 10110111 11010 0 11100 0 1110100 1100100 1010110

Color Harmonies of #BCFFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFB7

Black with #BCFFB7

Text Example


Text Example

White with #BCFFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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