Html Css Color HEX #BDBFB4 Beryl Green

📋 copy color: '#BDBFB4'

red 189 ◦ green 191 ◦ blue 180

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

Shades of Beryl Green #BDBFB4

Tints of Beryl Green #BDBFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.14%

R = 33.75%
G = 34.11%
B = 32.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BDBFB4 (or 0xBDBFB4) is known color: Beryl Green. HEX triplet: BD, BF and B4. RGB value is (189,191,180). Sum of RGB (Red+Green+Blue) = 189+191+180=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFB4 is #42404B. Grayscale: #BDBDBD. Windows color (decimal): -4341836 or 11845565. OLE color: 11845565.

HSL color Cylindrical-coordinate representation of color #BDBFB4: hue angle of 70.91º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBFB4 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 180 -
CMYK 0.01 0 0.06 0.25
HSL 70.91º 0.08% 0.73% -
HSV(B) 70.91º 0.06% 0.75% -
XYZ 47.86 51.38 50.57 -
YUV 189.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 189 191 180 0.01 0 0.06 0.25 70.91 0.08 0.73
Hex BD BF B4 1 0 6 19 47 8 49
Octal 275 277 264 1 0 6 31 107 10 111
Binary 10111101 10111111 10110100 1 0 110 11001 1000111 1000 1001001

Color Harmonies of #BDBFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFB4

Black with #BDBFB4

Text Example


Text Example

White with #BDBFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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