Html Css Color HEX #BCC3A5 Beryl Green

📋 copy color: '#BCC3A5'

red 188 ◦ green 195 ◦ blue 165

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

Shades of Beryl Green #BCC3A5

Tints of Beryl Green #BCC3A5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.58%

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

R = 34.31%
G = 35.58%
B = 30.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#BCC3A5 (or 0xBCC3A5) is known color: Beryl Green. HEX triplet: BC, C3 and A5. RGB value is (188,195,165). Sum of RGB (Red+Green+Blue) = 188+195+165=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3A5 is #433C5A. Grayscale: #BDBDBD. Windows color (decimal): -4406363 or 10863548. OLE color: 10863548.

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

Color convert

RGB 188 195 165 -
CMYK 0.04 0 0.15 0.24
HSL 74º 0.2% 0.71% -
HSV(B) 74º 0.15% 0.76% -
XYZ 47.05 52.44 43.24 -
YUV 189.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 188 195 165 0.04 0 0.15 0.24 74 0.2 0.71
Hex BC C3 A5 4 0 F 18 4A 14 47
Octal 274 303 245 4 0 17 30 112 24 107
Binary 10111100 11000011 10100101 100 0 1111 11000 1001010 10100 1000111

Color Harmonies of #BCC3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3A5

Black with #BCC3A5

Text Example


Text Example

White with #BCC3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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