Html Css Color HEX #BBC2B1 Tasman

📋 copy color: '#BBC2B1'

red 187 ◦ green 194 ◦ blue 177

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

Shades of Tasman #BBC2B1

Tints of Tasman #BBC2B1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.77%

 BLUE value IS 177 (69.53% from 255) = 31.72%

R = 33.51%
G = 34.77%
B = 31.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BBC2B1 (or 0xBBC2B1) is known color: Tasman. HEX triplet: BB, C2 and B1. RGB value is (187,194,177). Sum of RGB (Red+Green+Blue) = 187+194+177=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2B1 is #443D4E. Grayscale: #BEBEBE. Windows color (decimal): -4472143 or 11649723. OLE color: 11649723.

HSL color Cylindrical-coordinate representation of color #BBC2B1: hue angle of 84.71º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC2B1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 177 -
CMYK 0.04 0 0.09 0.24
HSL 84.71º 0.12% 0.73% -
HSV(B) 84.71º 0.09% 0.76% -
XYZ 47.72 52.32 49.18 -
YUV 189.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 187 194 177 0.04 0 0.09 0.24 84.71 0.12 0.73
Hex BB C2 B1 4 0 9 18 55 C 49
Octal 273 302 261 4 0 11 30 125 14 111
Binary 10111011 11000010 10110001 100 0 1001 11000 1010101 1100 1001001

Color Harmonies of #BBC2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2B1

Black with #BBC2B1

Text Example


Text Example

White with #BBC2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2B1; }

 p { color: rgb(187,194,177); }

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

background-color css

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

 a { background-color: rgb(187,194,177); }

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

border-color css

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

 span { border-color: rgb(187,194,177); }

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