Html Css Color HEX #BCBFAA Beryl Green

📋 copy color: '#BCBFAA'

red 188 ◦ green 191 ◦ blue 170

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

Shades of Beryl Green #BCBFAA

Tints of Beryl Green #BCBFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 34.79%

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

R = 34.24%
G = 34.79%
B = 30.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BCBFAA (or 0xBCBFAA) is known color: Beryl Green. HEX triplet: BC, BF and AA. RGB value is (188,191,170). Sum of RGB (Red+Green+Blue) = 188+191+170=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFAA is #434055. Grayscale: #BBBBBB. Windows color (decimal): -4407382 or 11190204. OLE color: 11190204.

HSL color Cylindrical-coordinate representation of color #BCBFAA: hue angle of 68.57º degrees, saturation: 0.14, 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 #BCBFAA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 170 -
CMYK 0.02 0 0.11 0.25
HSL 68.57º 0.14% 0.71% -
HSV(B) 68.57º 0.11% 0.75% -
XYZ 46.63 50.86 45.39 -
YUV 187.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 188 191 170 0.02 0 0.11 0.25 68.57 0.14 0.71
Hex BC BF AA 2 0 B 19 45 E 47
Octal 274 277 252 2 0 13 31 105 16 107
Binary 10111100 10111111 10101010 10 0 1011 11001 1000101 1110 1000111

Color Harmonies of #BCBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFAA

Black with #BCBFAA

Text Example


Text Example

White with #BCBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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