Html Css Color HEX #BBC0AD Beryl Green

📋 copy color: '#BBC0AD'

red 187 ◦ green 192 ◦ blue 173

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

Shades of Beryl Green #BBC0AD

Tints of Beryl Green #BBC0AD

RGB

 RED value IS 187 (73.44% from 255) = 33.88%

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

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 33.88%
G = 34.78%
B = 31.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BBC0AD (or 0xBBC0AD) is known color: Beryl Green. HEX triplet: BB, C0 and AD. RGB value is (187,192,173). Sum of RGB (Red+Green+Blue) = 187+192+173=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0AD is #443F52. Grayscale: #BCBCBC. Windows color (decimal): -4472659 or 11387067. OLE color: 11387067.

HSL color Cylindrical-coordinate representation of color #BBC0AD: hue angle of 75.79º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC0AD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 173 -
CMYK 0.03 0 0.10 0.25
HSL 75.79º 0.13% 0.72% -
HSV(B) 75.79º 0.1% 0.75% -
XYZ 46.89 51.28 46.96 -
YUV 188.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 187 192 173 0.03 0 0.10 0.25 75.79 0.13 0.72
Hex BB C0 AD 3 0 A 19 4C D 48
Octal 273 300 255 3 0 12 31 114 15 110
Binary 10111011 11000000 10101101 11 0 1010 11001 1001100 1101 1001000

Color Harmonies of #BBC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0AD

Black with #BBC0AD

Text Example


Text Example

White with #BBC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0AD; }

 p { color: rgb(187,192,173); }

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

background-color css

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

 a { background-color: rgb(187,192,173); }

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

border-color css

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

 span { border-color: rgb(187,192,173); }

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