Html Css Color HEX #BDC3A7 Beryl Green

📋 copy color: '#BDC3A7'

red 189 ◦ green 195 ◦ blue 167

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

Shades of Beryl Green #BDC3A7

Tints of Beryl Green #BDC3A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.31%

R = 34.3%
G = 35.39%
B = 30.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#BDC3A7 (or 0xBDC3A7) is known color: Beryl Green. HEX triplet: BD, C3 and A7. RGB value is (189,195,167). Sum of RGB (Red+Green+Blue) = 189+195+167=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3A7 is #423C58. Grayscale: #BEBEBE. Windows color (decimal): -4340825 or 10994621. OLE color: 10994621.

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

Color convert

RGB 189 195 167 -
CMYK 0.03 0 0.14 0.24
HSL 72.86º 0.19% 0.71% -
HSV(B) 72.86º 0.14% 0.76% -
XYZ 47.48 52.64 44.22 -
YUV 190.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 189 195 167 0.03 0 0.14 0.24 72.86 0.19 0.71
Hex BD C3 A7 3 0 E 18 49 13 47
Octal 275 303 247 3 0 16 30 111 23 107
Binary 10111101 11000011 10100111 11 0 1110 11000 1001001 10011 1000111

Color Harmonies of #BDC3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3A7

Black with #BDC3A7

Text Example


Text Example

White with #BDC3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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