Html Css Color HEX #BCC0A6 Beryl Green

📋 copy color: '#BCC0A6'

red 188 ◦ green 192 ◦ blue 166

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

Shades of Beryl Green #BCC0A6

Tints of Beryl Green #BCC0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

 BLUE value IS 166 (65.23% from 255) = 30.4%

R = 34.43%
G = 35.16%
B = 30.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BCC0A6 (or 0xBCC0A6) is known color: Beryl Green. HEX triplet: BC, C0 and A6. RGB value is (188,192,166). Sum of RGB (Red+Green+Blue) = 188+192+166=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0A6 is #433F59. Grayscale: #BBBBBB. Windows color (decimal): -4407130 or 10928316. OLE color: 10928316.

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

Color convert

RGB 188 192 166 -
CMYK 0.02 0 0.14 0.25
HSL 69.23º 0.17% 0.7% -
HSV(B) 69.23º 0.14% 0.75% -
XYZ 46.47 51.14 43.5 -
YUV 187.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 188 192 166 0.02 0 0.14 0.25 69.23 0.17 0.7
Hex BC C0 A6 2 0 E 19 45 11 46
Octal 274 300 246 2 0 16 31 105 21 106
Binary 10111100 11000000 10100110 10 0 1110 11001 1000101 10001 1000110

Color Harmonies of #BCC0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0A6

Black with #BCC0A6

Text Example


Text Example

White with #BCC0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0A6; }

 p { color: rgb(188,192,166); }

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

background-color css

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

 a { background-color: rgb(188,192,166); }

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

border-color css

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

 span { border-color: rgb(188,192,166); }

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