Html Css Color HEX #BBBDA2 Beryl Green

📋 copy color: '#BBBDA2'

red 187 ◦ green 189 ◦ blue 162

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

Shades of Beryl Green #BBBDA2

Tints of Beryl Green #BBBDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.11%

R = 34.76%
G = 35.13%
B = 30.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BBBDA2 (or 0xBBBDA2) is known color: Beryl Green. HEX triplet: BB, BD and A2. RGB value is (187,189,162). Sum of RGB (Red+Green+Blue) = 187+189+162=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA2 is #44425D. Grayscale: #B9B9B9. Windows color (decimal): -4473438 or 10665403. OLE color: 10665403.

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

Color convert

RGB 187 189 162 -
CMYK 0.01 0 0.14 0.26
HSL 64.44º 0.17% 0.69% -
HSV(B) 64.44º 0.14% 0.74% -
XYZ 45.21 49.57 41.37 -
YUV 185.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 187 189 162 0.01 0 0.14 0.26 64.44 0.17 0.69
Hex BB BD A2 1 0 E 1A 40 11 45
Octal 273 275 242 1 0 16 32 100 21 105
Binary 10111011 10111101 10100010 1 0 1110 11010 1000000 10001 1000101

Color Harmonies of #BBBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDA2

Black with #BBBDA2

Text Example


Text Example

White with #BBBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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