Html Css Color HEX #BCC1AA Beryl Green

📋 copy color: '#BCC1AA'

red 188 ◦ green 193 ◦ blue 170

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

Shades of Beryl Green #BCC1AA

Tints of Beryl Green #BCC1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 34.12%
G = 35.03%
B = 30.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BCC1AA (or 0xBCC1AA) is known color: Beryl Green. HEX triplet: BC, C1 and AA. RGB value is (188,193,170). Sum of RGB (Red+Green+Blue) = 188+193+170=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1AA is #433E55. Grayscale: #BCBCBC. Windows color (decimal): -4406870 or 11190716. OLE color: 11190716.

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

Color convert

RGB 188 193 170 -
CMYK 0.03 0 0.12 0.24
HSL 73.04º 0.16% 0.71% -
HSV(B) 73.04º 0.12% 0.76% -
XYZ 47.06 51.73 45.54 -
YUV 188.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 188 193 170 0.03 0 0.12 0.24 73.04 0.16 0.71
Hex BC C1 AA 3 0 C 18 49 10 47
Octal 274 301 252 3 0 14 30 111 20 107
Binary 10111100 11000001 10101010 11 0 1100 11000 1001001 10000 1000111

Color Harmonies of #BCC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1AA

Black with #BCC1AA

Text Example


Text Example

White with #BCC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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