Html Css Color HEX #BCBFA8 Beryl Green

📋 copy color: '#BCBFA8'

red 188 ◦ green 191 ◦ blue 168

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

Shades of Beryl Green #BCBFA8

Tints of Beryl Green #BCBFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 34.37%
G = 34.92%
B = 30.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BCBFA8 (or 0xBCBFA8) is known color: Beryl Green. HEX triplet: BC, BF and A8. RGB value is (188,191,168). Sum of RGB (Red+Green+Blue) = 188+191+168=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA8 is #434057. Grayscale: #BBBBBB. Windows color (decimal): -4407384 or 11059132. OLE color: 11059132.

HSL color Cylindrical-coordinate representation of color #BCBFA8: hue angle of 67.83º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBFA8 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 168 -
CMYK 0.02 0 0.12 0.25
HSL 67.83º 0.15% 0.7% -
HSV(B) 67.83º 0.12% 0.75% -
XYZ 46.44 50.78 44.4 -
YUV 187.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 188 191 168 0.02 0 0.12 0.25 67.83 0.15 0.7
Hex BC BF A8 2 0 C 19 44 F 46
Octal 274 277 250 2 0 14 31 104 17 106
Binary 10111100 10111111 10101000 10 0 1100 11001 1000100 1111 1000110

Color Harmonies of #BCBFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFA8

Black with #BCBFA8

Text Example


Text Example

White with #BCBFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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