#BDBFA6

Color #BDBFA6 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BDBFA6

Tints of Beryl Green #BDBFA6

Color information

#BDBFA6 (or 0xBDBFA6) is unknown color: approx Beryl Green. HEX triplet: BD, BF and A6. RGB value is (189,191,166). Sum of RGB (Red+Green+Blue) = 189+191+166=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFA6 is #424059. Grayscale: #BBBBBB. Windows color (decimal): -4341850 or 10928061. OLE color: 10928061.

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

Color convert

RGB189191166-
CMYK0.0100.130.25
HSL64.8º16.34%70%-
HSV(B)64.8º13.09%74.9%-
XYZ46.550.8343.44-
YUV187.55115.84129.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 166 (65.23% from 255) = 30.40%
R=34.62%
G=34.98%
B=30.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911660.0100.130.2564.816.3470
HexBDBFA610D19411046
Octal27527724610153110120106
Binary101111011011111110100110101101110011000001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFA6; }

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

 H1.HeaderClassName
 {
   color: #BDBFA6;
 }
 .AnyTagClassName
 {
   color: #BDBFA6;
 }
</style>
background-color css

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

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

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

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

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

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