Html Css Color HEX #BDC3AB Beryl Green

📋 copy color: '#BDC3AB'

red 189 ◦ green 195 ◦ blue 171

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

Shades of Beryl Green #BDC3AB

Tints of Beryl Green #BDC3AB

RGB

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

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

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

R = 34.05%
G = 35.14%
B = 30.81%

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

#BDC3AB (or 0xBDC3AB) is known color: Beryl Green. HEX triplet: BD, C3 and AB. RGB value is (189,195,171). Sum of RGB (Red+Green+Blue) = 189+195+171=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3AB is #423C54. Grayscale: #BEBEBE. Windows color (decimal): -4340821 or 11256765. OLE color: 11256765.

HSL color Cylindrical-coordinate representation of color #BDC3AB: hue angle of 75º degrees, saturation: 0.17, 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 #BDC3AB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 171 -
CMYK 0.03 0 0.12 0.24
HSL 75º 0.17% 0.72% -
HSV(B) 75º 0.12% 0.76% -
XYZ 47.85 52.79 46.2 -
YUV 190.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 189 195 171 0.03 0 0.12 0.24 75 0.17 0.72
Hex BD C3 AB 3 0 C 18 4B 11 48
Octal 275 303 253 3 0 14 30 113 21 110
Binary 10111101 11000011 10101011 11 0 1100 11000 1001011 10001 1001000

Color Harmonies of #BDC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3AB

Black with #BDC3AB

Text Example


Text Example

White with #BDC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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