Html Css Color HEX #BDC0B3 Beryl Green

📋 copy color: '#BDC0B3'

red 189 ◦ green 192 ◦ blue 179

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

Shades of Beryl Green #BDC0B3

Tints of Beryl Green #BDC0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.96%

R = 33.75%
G = 34.29%
B = 31.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BDC0B3 (or 0xBDC0B3) is known color: Beryl Green. HEX triplet: BD, C0 and B3. RGB value is (189,192,179). Sum of RGB (Red+Green+Blue) = 189+192+179=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0B3 is #423F4C. Grayscale: #BDBDBD. Windows color (decimal): -4341581 or 11780285. OLE color: 11780285.

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

Color convert

RGB 189 192 179 -
CMYK 0.02 0 0.07 0.25
HSL 73.85º 0.09% 0.73% -
HSV(B) 73.85º 0.07% 0.75% -
XYZ 47.97 51.77 50.11 -
YUV 189.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 189 192 179 0.02 0 0.07 0.25 73.85 0.09 0.73
Hex BD C0 B3 2 0 7 19 4A 9 49
Octal 275 300 263 2 0 7 31 112 11 111
Binary 10111101 11000000 10110011 10 0 111 11001 1001010 1001 1001001

Color Harmonies of #BDC0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0B3

Black with #BDC0B3

Text Example


Text Example

White with #BDC0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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