Html Css Color HEX #BCBFB2 Beryl Green

📋 copy color: '#BCBFB2'

red 188 ◦ green 191 ◦ blue 178

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

Shades of Beryl Green #BCBFB2

Tints of Beryl Green #BCBFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 33.75%
G = 34.29%
B = 31.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BCBFB2 (or 0xBCBFB2) is known color: Beryl Green. HEX triplet: BC, BF and B2. RGB value is (188,191,178). Sum of RGB (Red+Green+Blue) = 188+191+178=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFB2 is #43404D. Grayscale: #BCBCBC. Windows color (decimal): -4407374 or 11714492. OLE color: 11714492.

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

Color convert

RGB 188 191 178 -
CMYK 0.02 0 0.07 0.25
HSL 73.85º 0.09% 0.72% -
HSV(B) 73.85º 0.07% 0.75% -
XYZ 47.41 51.17 49.5 -
YUV 188.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 188 191 178 0.02 0 0.07 0.25 73.85 0.09 0.72
Hex BC BF B2 2 0 7 19 4A 9 48
Octal 274 277 262 2 0 7 31 112 11 110
Binary 10111100 10111111 10110010 10 0 111 11001 1001010 1001 1001000

Color Harmonies of #BCBFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFB2

Black with #BCBFB2

Text Example


Text Example

White with #BCBFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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