Html Css Color HEX #BBBFA0 Beryl Green

📋 copy color: '#BBBFA0'

red 187 ◦ green 191 ◦ blue 160

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

Shades of Beryl Green #BBBFA0

Tints of Beryl Green #BBBFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 34.76%
G = 35.5%
B = 29.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BBBFA0 (or 0xBBBFA0) is known color: Beryl Green. HEX triplet: BB, BF and A0. RGB value is (187,191,160). Sum of RGB (Red+Green+Blue) = 187+191+160=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFA0 is #44405F. Grayscale: #BABABA. Windows color (decimal): -4472928 or 10534843. OLE color: 10534843.

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

Color convert

RGB 187 191 160 -
CMYK 0.02 0 0.16 0.25
HSL 67.74º 0.19% 0.69% -
HSV(B) 67.74º 0.16% 0.75% -
XYZ 45.47 50.36 40.58 -
YUV 186.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 187 191 160 0.02 0 0.16 0.25 67.74 0.19 0.69
Hex BB BF A0 2 0 10 19 44 13 45
Octal 273 277 240 2 0 20 31 104 23 105
Binary 10111011 10111111 10100000 10 0 10000 11001 1000100 10011 1000101

Color Harmonies of #BBBFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFA0

Black with #BBBFA0

Text Example


Text Example

White with #BBBFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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