Html Css Color HEX #B8BCAE Beryl Green

📋 copy color: '#B8BCAE'

red 184 ◦ green 188 ◦ blue 174

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

Shades of Beryl Green #B8BCAE

Tints of Beryl Green #B8BCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.87%

R = 33.7%
G = 34.43%
B = 31.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#B8BCAE (or 0xB8BCAE) is known color: Beryl Green. HEX triplet: B8, BC and AE. RGB value is (184,188,174). Sum of RGB (Red+Green+Blue) = 184+188+174=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BCAE is #474351. Grayscale: #B9B9B9. Windows color (decimal): -4670290 or 11451576. OLE color: 11451576.

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

Color convert

RGB 184 188 174 -
CMYK 0.02 0 0.07 0.26
HSL 77.14º 0.09% 0.71% -
HSV(B) 77.14º 0.07% 0.74% -
XYZ 45.39 49.21 47.15 -
YUV 185.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 184 188 174 0.02 0 0.07 0.26 77.14 0.09 0.71
Hex B8 BC AE 2 0 7 1A 4D 9 47
Octal 270 274 256 2 0 7 32 115 11 107
Binary 10111000 10111100 10101110 10 0 111 11010 1001101 1001 1000111

Color Harmonies of #B8BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCAE

Black with #B8BCAE

Text Example


Text Example

White with #B8BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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