Html Css Color HEX #BBC0A9 Beryl Green

📋 copy color: '#BBC0A9'

red 187 ◦ green 192 ◦ blue 169

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

Shades of Beryl Green #BBC0A9

Tints of Beryl Green #BBC0A9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

 BLUE value IS 169 (66.41% from 255) = 30.84%

R = 34.12%
G = 35.04%
B = 30.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BBC0A9 (or 0xBBC0A9) is known color: Beryl Green. HEX triplet: BB, C0 and A9. RGB value is (187,192,169). Sum of RGB (Red+Green+Blue) = 187+192+169=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0A9 is #443F56. Grayscale: #BBBBBB. Windows color (decimal): -4472663 or 11124923. OLE color: 11124923.

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

Color convert

RGB 187 192 169 -
CMYK 0.03 0 0.12 0.25
HSL 73.04º 0.15% 0.71% -
HSV(B) 73.04º 0.12% 0.75% -
XYZ 46.5 51.13 44.95 -
YUV 187.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 187 192 169 0.03 0 0.12 0.25 73.04 0.15 0.71
Hex BB C0 A9 3 0 C 19 49 F 47
Octal 273 300 251 3 0 14 31 111 17 107
Binary 10111011 11000000 10101001 11 0 1100 11001 1001001 1111 1000111

Color Harmonies of #BBC0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0A9

Black with #BBC0A9

Text Example


Text Example

White with #BBC0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0A9; }

 p { color: rgb(187,192,169); }

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

background-color css

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

 a { background-color: rgb(187,192,169); }

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

border-color css

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

 span { border-color: rgb(187,192,169); }

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