Html Css Color HEX #BDFFB7 Tea Green

📋 copy color: '#BDFFB7'

red 189 ◦ green 255 ◦ blue 183

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

Shades of Tea Green #BDFFB7

Tints of Tea Green #BDFFB7

RGB

 RED value IS 189 (74.22% from 255) = 30.14%

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

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

R = 30.14%
G = 40.67%
B = 29.19%

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

#BDFFB7 (or 0xBDFFB7) is known color: Tea Green. HEX triplet: BD, FF and B7. RGB value is (189,255,183). Sum of RGB (Red+Green+Blue) = 189+255+183=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFB7 is #420048. Grayscale: #E3E3E3. Windows color (decimal): -4325449 or 12058557. OLE color: 12058557.

HSL color Cylindrical-coordinate representation of color #BDFFB7: hue angle of 115º 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 #BDFFB7 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 183 -
CMYK 0.26 0 0.28 0
HSL 115º 1% 0.86% -
HSV(B) 115º 0.28% 1% -
XYZ 65.29 85.76 57.91 -
YUV 227.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 189 255 183 0.26 0 0.28 0 115 1 0.86
Hex BD FF B7 1A 0 1C 0 73 64 56
Octal 275 377 267 32 0 34 0 163 144 126
Binary 10111101 11111111 10110111 11010 0 11100 0 1110011 1100100 1010110

Color Harmonies of #BDFFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFB7

Black with #BDFFB7

Text Example


Text Example

White with #BDFFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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