#BCBDB8

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

Shades of Beryl Green #BCBDB8

Tints of Beryl Green #BCBDB8

Color information

#BCBDB8 (or 0xBCBDB8) is unknown color: approx Beryl Green. HEX triplet: BC, BD and B8. RGB value is (188,189,184). Sum of RGB (Red+Green+Blue) = 188+189+184=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDB8 is #434247. Grayscale: #BCBCBC. Windows color (decimal): -4407880 or 12107196. OLE color: 12107196.

HSL color Cylindrical-coordinate representation of color #BCBDB8: hue angle of 72º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBDB8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188189184-
CMYK0.0100.030.26
HSL72º3.65%73.14%-
HSV(B)72º2.65%74.12%-
XYZ47.5950.5552.6-
YUV188.13125.67127.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=33.51%
G=33.69%
B=32.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891840.0100.030.26723.6573.14
HexBCBDB81031A48449
Octal274275270103321104111
Binary10111100101111011011100010111101010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDB8; }

 p { color: rgb(188,189,184); }

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

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

 a { background-color: rgb(188,189,184); }

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

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

 span { border-color: rgb(188,189,184); }

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