Html Css Color HEX #BDC1B2 Beryl Green

📋 copy color: '#BDC1B2'

red 189 ◦ green 193 ◦ blue 178

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

Shades of Beryl Green #BDC1B2

Tints of Beryl Green #BDC1B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.79%

R = 33.75%
G = 34.46%
B = 31.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#BDC1B2 (or 0xBDC1B2) is known color: Beryl Green. HEX triplet: BD, C1 and B2. RGB value is (189,193,178). Sum of RGB (Red+Green+Blue) = 189+193+178=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1B2 is #423E4D. Grayscale: #BEBEBE. Windows color (decimal): -4341326 or 11715005. OLE color: 11715005.

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

Color convert

RGB 189 193 178 -
CMYK 0.02 0 0.08 0.24
HSL 76º 0.11% 0.73% -
HSV(B) 76º 0.08% 0.76% -
XYZ 48.09 52.17 49.66 -
YUV 190.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 189 193 178 0.02 0 0.08 0.24 76 0.11 0.73
Hex BD C1 B2 2 0 8 18 4C B 49
Octal 275 301 262 2 0 10 30 114 13 111
Binary 10111101 11000001 10110010 10 0 1000 11000 1001100 1011 1001001

Color Harmonies of #BDC1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1B2

Black with #BDC1B2

Text Example


Text Example

White with #BDC1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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