Html Css Color HEX #B8BCA1 Beryl Green

📋 copy color: '#B8BCA1'

red 184 ◦ green 188 ◦ blue 161

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

Shades of Beryl Green #B8BCA1

Tints of Beryl Green #B8BCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.21%

R = 34.52%
G = 35.27%
B = 30.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#B8BCA1 (or 0xB8BCA1) is known color: Beryl Green. HEX triplet: B8, BC and A1. RGB value is (184,188,161). Sum of RGB (Red+Green+Blue) = 184+188+161=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BCA1 is #47435E. Grayscale: #B7B7B7. Windows color (decimal): -4670303 or 10599608. OLE color: 10599608.

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

Color convert

RGB 184 188 161 -
CMYK 0.02 0 0.14 0.26
HSL 68.89º 0.17% 0.68% -
HSV(B) 68.89º 0.14% 0.74% -
XYZ 44.18 48.73 40.8 -
YUV 183.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 184 188 161 0.02 0 0.14 0.26 68.89 0.17 0.68
Hex B8 BC A1 2 0 E 1A 45 11 44
Octal 270 274 241 2 0 16 32 105 21 104
Binary 10111000 10111100 10100001 10 0 1110 11010 1000101 10001 1000100

Color Harmonies of #B8BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCA1

Black with #B8BCA1

Text Example


Text Example

White with #B8BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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