Html Css Color HEX #BBBDA0 Beryl Green

📋 copy color: '#BBBDA0'

red 187 ◦ green 189 ◦ blue 160

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

Shades of Beryl Green #BBBDA0

Tints of Beryl Green #BBBDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 34.89%
G = 35.26%
B = 29.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BBBDA0 (or 0xBBBDA0) is known color: Beryl Green. HEX triplet: BB, BD and A0. RGB value is (187,189,160). Sum of RGB (Red+Green+Blue) = 187+189+160=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA0 is #44425F. Grayscale: #B9B9B9. Windows color (decimal): -4473440 or 10534331. OLE color: 10534331.

HSL color Cylindrical-coordinate representation of color #BBBDA0: hue angle of 64.14º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBDA0 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 160 -
CMYK 0.01 0 0.15 0.26
HSL 64.14º 0.18% 0.68% -
HSV(B) 64.14º 0.15% 0.74% -
XYZ 45.04 49.5 40.44 -
YUV 185.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 187 189 160 0.01 0 0.15 0.26 64.14 0.18 0.68
Hex BB BD A0 1 0 F 1A 40 12 44
Octal 273 275 240 1 0 17 32 100 22 104
Binary 10111011 10111101 10100000 1 0 1111 11010 1000000 10010 1000100

Color Harmonies of #BBBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDA0

Black with #BBBDA0

Text Example


Text Example

White with #BBBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDA0; }

 p { color: rgb(187,189,160); }

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

background-color css

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

 a { background-color: rgb(187,189,160); }

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

border-color css

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

 span { border-color: rgb(187,189,160); }

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