Html Css Color HEX #BCC1AC Beryl Green

📋 copy color: '#BCC1AC'

red 188 ◦ green 193 ◦ blue 172

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

Shades of Beryl Green #BCC1AC

Tints of Beryl Green #BCC1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.9%

 BLUE value IS 172 (67.58% from 255) = 31.1%

R = 34%
G = 34.9%
B = 31.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BCC1AC (or 0xBCC1AC) is known color: Beryl Green. HEX triplet: BC, C1 and AC. RGB value is (188,193,172). Sum of RGB (Red+Green+Blue) = 188+193+172=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1AC is #433E53. Grayscale: #BDBDBD. Windows color (decimal): -4406868 or 11321788. OLE color: 11321788.

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

Color convert

RGB 188 193 172 -
CMYK 0.03 0 0.11 0.24
HSL 74.29º 0.14% 0.72% -
HSV(B) 74.29º 0.11% 0.76% -
XYZ 47.26 51.81 46.54 -
YUV 189.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 188 193 172 0.03 0 0.11 0.24 74.29 0.14 0.72
Hex BC C1 AC 3 0 B 18 4A E 48
Octal 274 301 254 3 0 13 30 112 16 110
Binary 10111100 11000001 10101100 11 0 1011 11000 1001010 1110 1001000

Color Harmonies of #BCC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1AC

Black with #BCC1AC

Text Example


Text Example

White with #BCC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1AC; }

 p { color: rgb(188,193,172); }

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

background-color css

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

 a { background-color: rgb(188,193,172); }

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

border-color css

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

 span { border-color: rgb(188,193,172); }

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