Html Css Color HEX #BAC0A8 Beryl Green

📋 copy color: '#BAC0A8'

red 186 ◦ green 192 ◦ blue 168

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

Shades of Beryl Green #BAC0A8

Tints of Beryl Green #BAC0A8

RGB

 RED value IS 186 (73.05% from 255) = 34.07%

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

 BLUE value IS 168 (66.02% from 255) = 30.77%

R = 34.07%
G = 35.16%
B = 30.77%

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

#BAC0A8 (or 0xBAC0A8) is known color: Beryl Green. HEX triplet: BA, C0 and A8. RGB value is (186,192,168). Sum of RGB (Red+Green+Blue) = 186+192+168=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0A8 is #453F57. Grayscale: #BBBBBB. Windows color (decimal): -4538200 or 11059386. OLE color: 11059386.

HSL color Cylindrical-coordinate representation of color #BAC0A8: hue angle of 75º degrees, saturation: 0.16, 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 #BAC0A8 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 168 -
CMYK 0.03 0 0.12 0.25
HSL 75º 0.16% 0.71% -
HSV(B) 75º 0.13% 0.75% -
XYZ 46.17 50.97 44.45 -
YUV 187.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 186 192 168 0.03 0 0.12 0.25 75 0.16 0.71
Hex BA C0 A8 3 0 C 19 4B 10 47
Octal 272 300 250 3 0 14 31 113 20 107
Binary 10111010 11000000 10101000 11 0 1100 11001 1001011 10000 1000111

Color Harmonies of #BAC0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC0A8

Black with #BAC0A8

Text Example


Text Example

White with #BAC0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC0A8; }

 p { color: rgb(186,192,168); }

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

background-color css

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

 a { background-color: rgb(186,192,168); }

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

border-color css

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

 span { border-color: rgb(186,192,168); }

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