Html Css Color HEX #BBC1A6 Beryl Green

📋 copy color: '#BBC1A6'

red 187 ◦ green 193 ◦ blue 166

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

Shades of Beryl Green #BBC1A6

Tints of Beryl Green #BBC1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.4%

R = 34.25%
G = 35.35%
B = 30.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#BBC1A6 (or 0xBBC1A6) is known color: Beryl Green. HEX triplet: BB, C1 and A6. RGB value is (187,193,166). Sum of RGB (Red+Green+Blue) = 187+193+166=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1A6 is #443E59. Grayscale: #BCBCBC. Windows color (decimal): -4472410 or 10928571. OLE color: 10928571.

HSL color Cylindrical-coordinate representation of color #BBC1A6: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC1A6 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 166 -
CMYK 0.03 0 0.14 0.24
HSL 73.33º 0.18% 0.7% -
HSV(B) 73.33º 0.14% 0.76% -
XYZ 46.45 51.46 43.56 -
YUV 188.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 187 193 166 0.03 0 0.14 0.24 73.33 0.18 0.7
Hex BB C1 A6 3 0 E 18 49 12 46
Octal 273 301 246 3 0 16 30 111 22 106
Binary 10111011 11000001 10100110 11 0 1110 11000 1001001 10010 1000110

Color Harmonies of #BBC1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1A6

Black with #BBC1A6

Text Example


Text Example

White with #BBC1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1A6; }

 p { color: rgb(187,193,166); }

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

background-color css

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

 a { background-color: rgb(187,193,166); }

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

border-color css

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

 span { border-color: rgb(187,193,166); }

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