Html Css Color HEX #BCBFAE Beryl Green

📋 copy color: '#BCBFAE'

red 188 ◦ green 191 ◦ blue 174

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

Shades of Beryl Green #BCBFAE

Tints of Beryl Green #BCBFAE

RGB

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

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

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

R = 34%
G = 34.54%
B = 31.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BCBFAE (or 0xBCBFAE) is known color: Beryl Green. HEX triplet: BC, BF and AE. RGB value is (188,191,174). Sum of RGB (Red+Green+Blue) = 188+191+174=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFAE is #434051. Grayscale: #BCBCBC. Windows color (decimal): -4407378 or 11452348. OLE color: 11452348.

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

Color convert

RGB 188 191 174 -
CMYK 0.02 0 0.09 0.25
HSL 70.59º 0.12% 0.72% -
HSV(B) 70.59º 0.09% 0.75% -
XYZ 47.01 51.01 47.41 -
YUV 188.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 188 191 174 0.02 0 0.09 0.25 70.59 0.12 0.72
Hex BC BF AE 2 0 9 19 47 C 48
Octal 274 277 256 2 0 11 31 107 14 110
Binary 10111100 10111111 10101110 10 0 1001 11001 1000111 1100 1001000

Color Harmonies of #BCBFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFAE

Black with #BCBFAE

Text Example


Text Example

White with #BCBFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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