Html Css Color HEX #BDC0B0 Beryl Green

📋 copy color: '#BDC0B0'

red 189 ◦ green 192 ◦ blue 176

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

Shades of Beryl Green #BDC0B0

Tints of Beryl Green #BDC0B0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

 BLUE value IS 176 (69.14% from 255) = 31.6%

R = 33.93%
G = 34.47%
B = 31.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BDC0B0 (or 0xBDC0B0) is known color: Beryl Green. HEX triplet: BD, C0 and B0. RGB value is (189,192,176). Sum of RGB (Red+Green+Blue) = 189+192+176=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0B0 is #423F4F. Grayscale: #BDBDBD. Windows color (decimal): -4341584 or 11583677. OLE color: 11583677.

HSL color Cylindrical-coordinate representation of color #BDC0B0: hue angle of 71.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC0B0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 176 -
CMYK 0.02 0 0.08 0.25
HSL 71.25º 0.11% 0.72% -
HSV(B) 71.25º 0.08% 0.75% -
XYZ 47.67 51.65 48.53 -
YUV 189.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 189 192 176 0.02 0 0.08 0.25 71.25 0.11 0.72
Hex BD C0 B0 2 0 8 19 47 B 48
Octal 275 300 260 2 0 10 31 107 13 110
Binary 10111101 11000000 10110000 10 0 1000 11001 1000111 1011 1001000

Color Harmonies of #BDC0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0B0

Black with #BDC0B0

Text Example


Text Example

White with #BDC0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0B0; }

 p { color: rgb(189,192,176); }

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

background-color css

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

 a { background-color: rgb(189,192,176); }

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

border-color css

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

 span { border-color: rgb(189,192,176); }

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