Html Css Color HEX #BDC3A8 Beryl Green

📋 copy color: '#BDC3A8'

red 189 ◦ green 195 ◦ blue 168

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

Shades of Beryl Green #BDC3A8

Tints of Beryl Green #BDC3A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.43%

R = 34.24%
G = 35.33%
B = 30.43%

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

#BDC3A8 (or 0xBDC3A8) is known color: Beryl Green. HEX triplet: BD, C3 and A8. RGB value is (189,195,168). Sum of RGB (Red+Green+Blue) = 189+195+168=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3A8 is #423C57. Grayscale: #BEBEBE. Windows color (decimal): -4340824 or 11060157. OLE color: 11060157.

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

Color convert

RGB 189 195 168 -
CMYK 0.03 0 0.14 0.24
HSL 73.33º 0.18% 0.71% -
HSV(B) 73.33º 0.14% 0.76% -
XYZ 47.57 52.68 44.71 -
YUV 190.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 189 195 168 0.03 0 0.14 0.24 73.33 0.18 0.71
Hex BD C3 A8 3 0 E 18 49 12 47
Octal 275 303 250 3 0 16 30 111 22 107
Binary 10111101 11000011 10101000 11 0 1110 11000 1001001 10010 1000111

Color Harmonies of #BDC3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3A8

Black with #BDC3A8

Text Example


Text Example

White with #BDC3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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