Html Css Color HEX #BDC1A5 Beryl Green

📋 copy color: '#BDC1A5'

red 189 ◦ green 193 ◦ blue 165

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

Shades of Beryl Green #BDC1A5

Tints of Beryl Green #BDC1A5

RGB

 RED value IS 189 (74.22% from 255) = 34.55%

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

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

R = 34.55%
G = 35.28%
B = 30.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#BDC1A5 (or 0xBDC1A5) is known color: Beryl Green. HEX triplet: BD, C1 and A5. RGB value is (189,193,165). Sum of RGB (Red+Green+Blue) = 189+193+165=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1A5 is #423E5A. Grayscale: #BCBCBC. Windows color (decimal): -4341339 or 10863037. OLE color: 10863037.

HSL color Cylindrical-coordinate representation of color #BDC1A5: hue angle of 68.57º degrees, saturation: 0.18, 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 #BDC1A5 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 165 -
CMYK 0.02 0 0.15 0.24
HSL 68.57º 0.18% 0.7% -
HSV(B) 68.57º 0.15% 0.76% -
XYZ 46.85 51.68 43.1 -
YUV 188.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 189 193 165 0.02 0 0.15 0.24 68.57 0.18 0.7
Hex BD C1 A5 2 0 F 18 45 12 46
Octal 275 301 245 2 0 17 30 105 22 106
Binary 10111101 11000001 10100101 10 0 1111 11000 1000101 10010 1000110

Color Harmonies of #BDC1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1A5

Black with #BDC1A5

Text Example


Text Example

White with #BDC1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1A5; }

 p { color: rgb(189,193,165); }

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

background-color css

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

 a { background-color: rgb(189,193,165); }

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

border-color css

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

 span { border-color: rgb(189,193,165); }

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