Html Css Color HEX #BCBDA1 Beryl Green

📋 copy color: '#BCBDA1'

red 188 ◦ green 189 ◦ blue 161

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

Shades of Beryl Green #BCBDA1

Tints of Beryl Green #BCBDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 161 (63.28% from 255) = 29.93%

R = 34.94%
G = 35.13%
B = 29.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCBDA1 (or 0xBCBDA1) is known color: Beryl Green. HEX triplet: BC, BD and A1. RGB value is (188,189,161). Sum of RGB (Red+Green+Blue) = 188+189+161=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBDA1 is #43425E. Grayscale: #B9B9B9. Windows color (decimal): -4407903 or 10599868. OLE color: 10599868.

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

Color convert

RGB 188 189 161 -
CMYK 0.01 0 0.15 0.26
HSL 62.14º 0.18% 0.69% -
HSV(B) 62.14º 0.15% 0.74% -
XYZ 45.37 49.66 40.91 -
YUV 185.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 188 189 161 0.01 0 0.15 0.26 62.14 0.18 0.69
Hex BC BD A1 1 0 F 1A 3E 12 45
Octal 274 275 241 1 0 17 32 76 22 105
Binary 10111100 10111101 10100001 1 0 1111 11010 111110 10010 1000101

Color Harmonies of #BCBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDA1

Black with #BCBDA1

Text Example


Text Example

White with #BCBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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