Html Css Color HEX #BDC3AC Beryl Green

📋 copy color: '#BDC3AC'

red 189 ◦ green 195 ◦ blue 172

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

Shades of Beryl Green #BDC3AC

Tints of Beryl Green #BDC3AC

RGB

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

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

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

R = 33.99%
G = 35.07%
B = 30.94%

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

#BDC3AC (or 0xBDC3AC) is known color: Beryl Green. HEX triplet: BD, C3 and AC. RGB value is (189,195,172). Sum of RGB (Red+Green+Blue) = 189+195+172=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3AC is #423C53. Grayscale: #BEBEBE. Windows color (decimal): -4340820 or 11322301. OLE color: 11322301.

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

Color convert

RGB 189 195 172 -
CMYK 0.03 0 0.12 0.24
HSL 75.65º 0.16% 0.72% -
HSV(B) 75.65º 0.12% 0.76% -
XYZ 47.95 52.83 46.7 -
YUV 190.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 189 195 172 0.03 0 0.12 0.24 75.65 0.16 0.72
Hex BD C3 AC 3 0 C 18 4C 10 48
Octal 275 303 254 3 0 14 30 114 20 110
Binary 10111101 11000011 10101100 11 0 1100 11000 1001100 10000 1001000

Color Harmonies of #BDC3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3AC

Black with #BDC3AC

Text Example


Text Example

White with #BDC3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3AC; }

 p { color: rgb(189,195,172); }

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

background-color css

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

 a { background-color: rgb(189,195,172); }

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

border-color css

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

 span { border-color: rgb(189,195,172); }

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