Html Css Color HEX #BDFBB8 Tea Green

📋 copy color: '#BDFBB8'

red 189 ◦ green 251 ◦ blue 184

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

Shades of Tea Green #BDFBB8

Tints of Tea Green #BDFBB8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.22%

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

R = 30.29%
G = 40.22%
B = 29.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#BDFBB8 (or 0xBDFBB8) is known color: Tea Green. HEX triplet: BD, FB and B8. RGB value is (189,251,184). Sum of RGB (Red+Green+Blue) = 189+251+184=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBB8 is #420447. Grayscale: #E1E1E1. Windows color (decimal): -4326472 or 12123069. OLE color: 12123069.

HSL color Cylindrical-coordinate representation of color #BDFBB8: hue angle of 115.52º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDFBB8 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 184 -
CMYK 0.25 0 0.27 0.02
HSL 115.52º 0.89% 0.85% -
HSV(B) 115.52º 0.27% 0.98% -
XYZ 64.14 83.27 58.04 -
YUV 224.82 104.96 102.45 -
System Red Green Blue C M Y K H S L
Decimal 189 251 184 0.25 0 0.27 0.02 115.52 0.89 0.85
Hex BD FB B8 19 0 1B 2 74 59 55
Octal 275 373 270 31 0 33 2 164 131 125
Binary 10111101 11111011 10111000 11001 0 11011 10 1110100 1011001 1010101

Color Harmonies of #BDFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBB8

Black with #BDFBB8

Text Example


Text Example

White with #BDFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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