Html Css Color HEX #BCBEAA Beryl Green

📋 copy color: '#BCBEAA'

red 188 ◦ green 190 ◦ blue 170

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

Shades of Beryl Green #BCBEAA

Tints of Beryl Green #BCBEAA

RGB

 RED value IS 188 (73.83% from 255) = 34.31%

 GREEN value IS 190 (74.61% from 255) = 34.67%

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 34.31%
G = 34.67%
B = 31.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BCBEAA (or 0xBCBEAA) is known color: Beryl Green. HEX triplet: BC, BE and AA. RGB value is (188,190,170). Sum of RGB (Red+Green+Blue) = 188+190+170=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEAA is #434155. Grayscale: #BBBBBB. Windows color (decimal): -4407638 or 11189948. OLE color: 11189948.

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

Color convert

RGB 188 190 170 -
CMYK 0.01 0 0.11 0.25
HSL 66º 0.13% 0.71% -
HSV(B) 66º 0.11% 0.75% -
XYZ 46.41 50.42 45.32 -
YUV 187.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 188 190 170 0.01 0 0.11 0.25 66 0.13 0.71
Hex BC BE AA 1 0 B 19 42 D 47
Octal 274 276 252 1 0 13 31 102 15 107
Binary 10111100 10111110 10101010 1 0 1011 11001 1000010 1101 1000111

Color Harmonies of #BCBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBEAA

Black with #BCBEAA

Text Example


Text Example

White with #BCBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBEAA; }

 p { color: rgb(188,190,170); }

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

background-color css

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

 a { background-color: rgb(188,190,170); }

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

border-color css

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

 span { border-color: rgb(188,190,170); }

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