Html Css Color HEX #BCBFAC Beryl Green

📋 copy color: '#BCBFAC'

red 188 ◦ green 191 ◦ blue 172

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

Shades of Beryl Green #BCBFAC

Tints of Beryl Green #BCBFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 34.12%
G = 34.66%
B = 31.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BCBFAC (or 0xBCBFAC) is known color: Beryl Green. HEX triplet: BC, BF and AC. RGB value is (188,191,172). Sum of RGB (Red+Green+Blue) = 188+191+172=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFAC is #434053. Grayscale: #BCBCBC. Windows color (decimal): -4407380 or 11321276. OLE color: 11321276.

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

Color convert

RGB 188 191 172 -
CMYK 0.02 0 0.10 0.25
HSL 69.47º 0.13% 0.71% -
HSV(B) 69.47º 0.1% 0.75% -
XYZ 46.82 50.93 46.39 -
YUV 187.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 188 191 172 0.02 0 0.10 0.25 69.47 0.13 0.71
Hex BC BF AC 2 0 A 19 45 D 47
Octal 274 277 254 2 0 12 31 105 15 107
Binary 10111100 10111111 10101100 10 0 1010 11001 1000101 1101 1000111

Color Harmonies of #BCBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFAC

Black with #BCBFAC

Text Example


Text Example

White with #BCBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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