Html Css Color HEX #BDFEB8 Tea Green

📋 copy color: '#BDFEB8'

red 189 ◦ green 254 ◦ blue 184

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

Shades of Tea Green #BDFEB8

Tints of Tea Green #BDFEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.35%

R = 30.14%
G = 40.51%
B = 29.35%

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

#BDFEB8 (or 0xBDFEB8) is known color: Tea Green. HEX triplet: BD, FE and B8. RGB value is (189,254,184). Sum of RGB (Red+Green+Blue) = 189+254+184=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEB8 is #420147. Grayscale: #E2E2E2. Windows color (decimal): -4325704 or 12123837. OLE color: 12123837.

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

Color convert

RGB 189 254 184 -
CMYK 0.26 0 0.28 0.00
HSL 115.71º 0.97% 0.86% -
HSV(B) 115.71º 0.28% 1% -
XYZ 65.08 85.16 58.36 -
YUV 226.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 189 254 184 0.26 0 0.28 0.00 115.71 0.97 0.86
Hex BD FE B8 1A 0 1C 0 74 61 56
Octal 275 376 270 32 0 34 0 164 141 126
Binary 10111101 11111110 10111000 11010 0 11100 0 1110100 1100001 1010110

Color Harmonies of #BDFEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEB8

Black with #BDFEB8

Text Example


Text Example

White with #BDFEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEB8; }

 p { color: rgb(189,254,184); }

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

background-color css

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

 a { background-color: rgb(189,254,184); }

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

border-color css

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

 span { border-color: rgb(189,254,184); }

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