Html Css Color HEX #BCBFA2 Beryl Green

📋 copy color: '#BCBFA2'

red 188 ◦ green 191 ◦ blue 162

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

Shades of Beryl Green #BCBFA2

Tints of Beryl Green #BCBFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 162 (63.67% from 255) = 29.94%

R = 34.75%
G = 35.3%
B = 29.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BCBFA2 (or 0xBCBFA2) is known color: Beryl Green. HEX triplet: BC, BF and A2. RGB value is (188,191,162). Sum of RGB (Red+Green+Blue) = 188+191+162=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA2 is #43405D. Grayscale: #BABABA. Windows color (decimal): -4407390 or 10665916. OLE color: 10665916.

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

Color convert

RGB 188 191 162 -
CMYK 0.02 0 0.15 0.25
HSL 66.21º 0.18% 0.69% -
HSV(B) 66.21º 0.15% 0.75% -
XYZ 45.89 50.56 41.52 -
YUV 186.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 188 191 162 0.02 0 0.15 0.25 66.21 0.18 0.69
Hex BC BF A2 2 0 F 19 42 12 45
Octal 274 277 242 2 0 17 31 102 22 105
Binary 10111100 10111111 10100010 10 0 1111 11001 1000010 10010 1000101

Color Harmonies of #BCBFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFA2

Black with #BCBFA2

Text Example


Text Example

White with #BCBFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFA2; }

 p { color: rgb(188,191,162); }

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

background-color css

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

 a { background-color: rgb(188,191,162); }

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

border-color css

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

 span { border-color: rgb(188,191,162); }

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