#BDC0B3

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

Shades of Beryl Green #BDC0B3

Tints of Beryl Green #BDC0B3

Color information

#BDC0B3 (or 0xBDC0B3) is unknown color: approx Beryl Green. HEX triplet: BD, C0 and B3. RGB value is (189,192,179). Sum of RGB (Red+Green+Blue) = 189+192+179=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0B3 is #423F4C. Grayscale: #BDBDBD. Windows color (decimal): -4341581 or 11780285. OLE color: 11780285.

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

Color convert

RGB189192179-
CMYK0.0200.070.25
HSL73.85º9.35%72.75%-
HSV(B)73.85º6.77%75.29%-
XYZ47.9751.7750.11-
YUV189.62122.01127.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 179 (70.31% from 255) = 31.96%
R=33.75%
G=34.29%
B=31.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921790.0200.070.2573.859.3572.75
HexBDC0B3207194a949
Octal2753002632073111211111
Binary10111101110000001011001110011111001100101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0B3; }

 p { color: rgb(189,192,179); }

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

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

 a { background-color: rgb(189,192,179); }

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

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

 span { border-color: rgb(189,192,179); }

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