Html Css Color HEX #BDC1AB Beryl Green

📋 copy color: '#BDC1AB'

red 189 ◦ green 193 ◦ blue 171

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

Shades of Beryl Green #BDC1AB

Tints of Beryl Green #BDC1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.92%

R = 34.18%
G = 34.9%
B = 30.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BDC1AB (or 0xBDC1AB) is known color: Beryl Green. HEX triplet: BD, C1 and AB. RGB value is (189,193,171). Sum of RGB (Red+Green+Blue) = 189+193+171=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1AB is #423E54. Grayscale: #BDBDBD. Windows color (decimal): -4341333 or 11256253. OLE color: 11256253.

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

Color convert

RGB 189 193 171 -
CMYK 0.02 0 0.11 0.24
HSL 70.91º 0.15% 0.71% -
HSV(B) 70.91º 0.11% 0.76% -
XYZ 47.41 51.9 46.05 -
YUV 189.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 189 193 171 0.02 0 0.11 0.24 70.91 0.15 0.71
Hex BD C1 AB 2 0 B 18 47 F 47
Octal 275 301 253 2 0 13 30 107 17 107
Binary 10111101 11000001 10101011 10 0 1011 11000 1000111 1111 1000111

Color Harmonies of #BDC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1AB

Black with #BDC1AB

Text Example


Text Example

White with #BDC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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