Html Css Color HEX #BBBFAA Beryl Green

📋 copy color: '#BBBFAA'

red 187 ◦ green 191 ◦ blue 170

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

Shades of Beryl Green #BBBFAA

Tints of Beryl Green #BBBFAA

RGB

 RED value IS 187 (73.44% from 255) = 34.12%

 GREEN value IS 191 (75% from 255) = 34.85%

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 34.12%
G = 34.85%
B = 31.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BBBFAA (or 0xBBBFAA) is known color: Beryl Green. HEX triplet: BB, BF and AA. RGB value is (187,191,170). Sum of RGB (Red+Green+Blue) = 187+191+170=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFAA is #444055. Grayscale: #BBBBBB. Windows color (decimal): -4472918 or 11190203. OLE color: 11190203.

HSL color Cylindrical-coordinate representation of color #BBBFAA: hue angle of 71.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBFAA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 170 -
CMYK 0.02 0 0.11 0.25
HSL 71.43º 0.14% 0.71% -
HSV(B) 71.43º 0.11% 0.75% -
XYZ 46.38 50.73 45.38 -
YUV 187.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 187 191 170 0.02 0 0.11 0.25 71.43 0.14 0.71
Hex BB BF AA 2 0 B 19 47 E 47
Octal 273 277 252 2 0 13 31 107 16 107
Binary 10111011 10111111 10101010 10 0 1011 11001 1000111 1110 1000111

Color Harmonies of #BBBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFAA

Black with #BBBFAA

Text Example


Text Example

White with #BBBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFAA; }

 p { color: rgb(187,191,170); }

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

background-color css

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

 a { background-color: rgb(187,191,170); }

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

border-color css

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

 span { border-color: rgb(187,191,170); }

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