Html Css Color HEX #BCBEB0 Beryl Green

📋 copy color: '#BCBEB0'

red 188 ◦ green 190 ◦ blue 176

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

Shades of Beryl Green #BCBEB0

Tints of Beryl Green #BCBEB0

RGB

 RED value IS 188 (73.83% from 255) = 33.94%

 GREEN value IS 190 (74.61% from 255) = 34.3%

 BLUE value IS 176 (69.14% from 255) = 31.77%

R = 33.94%
G = 34.3%
B = 31.77%

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

#BCBEB0 (or 0xBCBEB0) is known color: Beryl Green. HEX triplet: BC, BE and B0. RGB value is (188,190,176). Sum of RGB (Red+Green+Blue) = 188+190+176=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEB0 is #43414F. Grayscale: #BBBBBB. Windows color (decimal): -4407632 or 11583164. OLE color: 11583164.

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

Color convert

RGB 188 190 176 -
CMYK 0.01 0 0.07 0.25
HSL 68.57º 0.1% 0.72% -
HSV(B) 68.57º 0.07% 0.75% -
XYZ 46.99 50.65 48.37 -
YUV 187.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 188 190 176 0.01 0 0.07 0.25 68.57 0.1 0.72
Hex BC BE B0 1 0 7 19 45 A 48
Octal 274 276 260 1 0 7 31 105 12 110
Binary 10111100 10111110 10110000 1 0 111 11001 1000101 1010 1001000

Color Harmonies of #BCBEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBEB0

Black with #BCBEB0

Text Example


Text Example

White with #BCBEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBEB0; }

 p { color: rgb(188,190,176); }

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

background-color css

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

 a { background-color: rgb(188,190,176); }

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

border-color css

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

 span { border-color: rgb(188,190,176); }

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