Html Css Color HEX #BBC1AA Beryl Green

📋 copy color: '#BBC1AA'

red 187 ◦ green 193 ◦ blue 170

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

Shades of Beryl Green #BBC1AA

Tints of Beryl Green #BBC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

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

R = 34%
G = 35.09%
B = 30.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BBC1AA (or 0xBBC1AA) is known color: Beryl Green. HEX triplet: BB, C1 and AA. RGB value is (187,193,170). Sum of RGB (Red+Green+Blue) = 187+193+170=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AA is #443E55. Grayscale: #BCBCBC. Windows color (decimal): -4472406 or 11190715. OLE color: 11190715.

HSL color Cylindrical-coordinate representation of color #BBC1AA: hue angle of 75.65º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC1AA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 170 -
CMYK 0.03 0 0.12 0.24
HSL 75.65º 0.16% 0.71% -
HSV(B) 75.65º 0.12% 0.76% -
XYZ 46.82 51.61 45.52 -
YUV 188.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 187 193 170 0.03 0 0.12 0.24 75.65 0.16 0.71
Hex BB C1 AA 3 0 C 18 4C 10 47
Octal 273 301 252 3 0 14 30 114 20 107
Binary 10111011 11000001 10101010 11 0 1100 11000 1001100 10000 1000111

Color Harmonies of #BBC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1AA

Black with #BBC1AA

Text Example


Text Example

White with #BBC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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