Html Css Color HEX #BDBFB1 Beryl Green

📋 copy color: '#BDBFB1'

red 189 ◦ green 191 ◦ blue 177

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

Shades of Beryl Green #BDBFB1

Tints of Beryl Green #BDBFB1

RGB

 RED value IS 189 (74.22% from 255) = 33.93%

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

 BLUE value IS 177 (69.53% from 255) = 31.78%

R = 33.93%
G = 34.29%
B = 31.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BDBFB1 (or 0xBDBFB1) is known color: Beryl Green. HEX triplet: BD, BF and B1. RGB value is (189,191,177). Sum of RGB (Red+Green+Blue) = 189+191+177=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFB1 is #42404E. Grayscale: #BCBCBC. Windows color (decimal): -4341839 or 11648957. OLE color: 11648957.

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

Color convert

RGB 189 191 177 -
CMYK 0.01 0 0.07 0.25
HSL 68.57º 0.1% 0.72% -
HSV(B) 68.57º 0.07% 0.75% -
XYZ 47.55 51.25 48.98 -
YUV 188.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 189 191 177 0.01 0 0.07 0.25 68.57 0.1 0.72
Hex BD BF B1 1 0 7 19 45 A 48
Octal 275 277 261 1 0 7 31 105 12 110
Binary 10111101 10111111 10110001 1 0 111 11001 1000101 1010 1001000

Color Harmonies of #BDBFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFB1

Black with #BDBFB1

Text Example


Text Example

White with #BDBFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFB1; }

 p { color: rgb(189,191,177); }

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

background-color css

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

 a { background-color: rgb(189,191,177); }

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

border-color css

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

 span { border-color: rgb(189,191,177); }

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