Html Css Color HEX #BCC2A5 Beryl Green

📋 copy color: '#BCC2A5'

red 188 ◦ green 194 ◦ blue 165

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

Shades of Beryl Green #BCC2A5

Tints of Beryl Green #BCC2A5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 34.37%
G = 35.47%
B = 30.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#BCC2A5 (or 0xBCC2A5) is known color: Beryl Green. HEX triplet: BC, C2 and A5. RGB value is (188,194,165). Sum of RGB (Red+Green+Blue) = 188+194+165=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2A5 is #433D5A. Grayscale: #BDBDBD. Windows color (decimal): -4406619 or 10863292. OLE color: 10863292.

HSL color Cylindrical-coordinate representation of color #BCC2A5: hue angle of 72.41º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC2A5 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 165 -
CMYK 0.03 0 0.15 0.24
HSL 72.41º 0.19% 0.7% -
HSV(B) 72.41º 0.15% 0.76% -
XYZ 46.82 51.99 43.16 -
YUV 188.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 188 194 165 0.03 0 0.15 0.24 72.41 0.19 0.7
Hex BC C2 A5 3 0 F 18 48 13 46
Octal 274 302 245 3 0 17 30 110 23 106
Binary 10111100 11000010 10100101 11 0 1111 11000 1001000 10011 1000110

Color Harmonies of #BCC2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2A5

Black with #BCC2A5

Text Example


Text Example

White with #BCC2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2A5; }

 p { color: rgb(188,194,165); }

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

background-color css

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

 a { background-color: rgb(188,194,165); }

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

border-color css

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

 span { border-color: rgb(188,194,165); }

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