Html Css Color HEX #BCFFB6 Tea Green

📋 copy color: '#BCFFB6'

red 188 ◦ green 255 ◦ blue 182

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

Shades of Tea Green #BCFFB6

Tints of Tea Green #BCFFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.12%

R = 30.08%
G = 40.8%
B = 29.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#BCFFB6 (or 0xBCFFB6) is known color: Tea Green. HEX triplet: BC, FF and B6. RGB value is (188,255,182). Sum of RGB (Red+Green+Blue) = 188+255+182=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFB6 is #430049. Grayscale: #E2E2E2. Windows color (decimal): -4390986 or 11993020. OLE color: 11993020.

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

Color convert

RGB 188 255 182 -
CMYK 0.26 0 0.29 0
HSL 115.07º 1% 0.86% -
HSV(B) 115.07º 0.29% 1% -
XYZ 64.94 85.59 57.35 -
YUV 226.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 188 255 182 0.26 0 0.29 0 115.07 1 0.86
Hex BC FF B6 1A 0 1D 0 73 64 56
Octal 274 377 266 32 0 35 0 163 144 126
Binary 10111100 11111111 10110110 11010 0 11101 0 1110011 1100100 1010110

Color Harmonies of #BCFFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFB6

Black with #BCFFB6

Text Example


Text Example

White with #BCFFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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