Html Css Color HEX #B8BCA0 Beryl Green

📋 copy color: '#B8BCA0'

red 184 ◦ green 188 ◦ blue 160

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

Shades of Beryl Green #B8BCA0

Tints of Beryl Green #B8BCA0

RGB

 RED value IS 184 (72.27% from 255) = 34.59%

 GREEN value IS 188 (73.83% from 255) = 35.34%

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

R = 34.59%
G = 35.34%
B = 30.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#B8BCA0 (or 0xB8BCA0) is known color: Beryl Green. HEX triplet: B8, BC and A0. RGB value is (184,188,160). Sum of RGB (Red+Green+Blue) = 184+188+160=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BCA0 is #47435F. Grayscale: #B7B7B7. Windows color (decimal): -4670304 or 10534072. OLE color: 10534072.

HSL color Cylindrical-coordinate representation of color #B8BCA0: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8BCA0 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 188 160 -
CMYK 0.02 0 0.15 0.26
HSL 68.57º 0.17% 0.68% -
HSV(B) 68.57º 0.15% 0.74% -
XYZ 44.1 48.69 40.33 -
YUV 183.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 184 188 160 0.02 0 0.15 0.26 68.57 0.17 0.68
Hex B8 BC A0 2 0 F 1A 45 11 44
Octal 270 274 240 2 0 17 32 105 21 104
Binary 10111000 10111100 10100000 10 0 1111 11010 1000101 10001 1000100

Color Harmonies of #B8BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCA0

Black with #B8BCA0

Text Example


Text Example

White with #B8BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCA0; }

 p { color: rgb(184,188,160); }

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

background-color css

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

 a { background-color: rgb(184,188,160); }

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

border-color css

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

 span { border-color: rgb(184,188,160); }

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