Html Css Color HEX #BDBFB2 Beryl Green

📋 copy color: '#BDBFB2'

red 189 ◦ green 191 ◦ blue 178

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

Shades of Beryl Green #BDBFB2

Tints of Beryl Green #BDBFB2

RGB

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

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

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

R = 33.87%
G = 34.23%
B = 31.9%

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

#BDBFB2 (or 0xBDBFB2) is known color: Beryl Green. HEX triplet: BD, BF and B2. RGB value is (189,191,178). Sum of RGB (Red+Green+Blue) = 189+191+178=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFB2 is #42404D. Grayscale: #BCBCBC. Windows color (decimal): -4341838 or 11714493. OLE color: 11714493.

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

Color convert

RGB 189 191 178 -
CMYK 0.01 0 0.07 0.25
HSL 69.23º 0.09% 0.72% -
HSV(B) 69.23º 0.07% 0.75% -
XYZ 47.65 51.29 49.51 -
YUV 188.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 189 191 178 0.01 0 0.07 0.25 69.23 0.09 0.72
Hex BD BF B2 1 0 7 19 45 9 48
Octal 275 277 262 1 0 7 31 105 11 110
Binary 10111101 10111111 10110010 1 0 111 11001 1000101 1001 1001000

Color Harmonies of #BDBFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFB2

Black with #BDBFB2

Text Example


Text Example

White with #BDBFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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