Html Css Color HEX #BBC0B5 Tasman

📋 copy color: '#BBC0B5'

red 187 ◦ green 192 ◦ blue 181

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

Shades of Tasman #BBC0B5

Tints of Tasman #BBC0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.32%

R = 33.39%
G = 34.29%
B = 32.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BBC0B5 (or 0xBBC0B5) is known color: Tasman. HEX triplet: BB, C0 and B5. RGB value is (187,192,181). Sum of RGB (Red+Green+Blue) = 187+192+181=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0B5 is #443F4A. Grayscale: #BDBDBD. Windows color (decimal): -4472651 or 11911355. OLE color: 11911355.

HSL color Cylindrical-coordinate representation of color #BBC0B5: hue angle of 87.27º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC0B5 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 181 -
CMYK 0.03 0 0.06 0.25
HSL 87.27º 0.08% 0.73% -
HSV(B) 87.27º 0.06% 0.75% -
XYZ 47.68 51.6 51.16 -
YUV 189.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 187 192 181 0.03 0 0.06 0.25 87.27 0.08 0.73
Hex BB C0 B5 3 0 6 19 57 8 49
Octal 273 300 265 3 0 6 31 127 10 111
Binary 10111011 11000000 10110101 11 0 110 11001 1010111 1000 1001001

Color Harmonies of #BBC0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0B5

Black with #BBC0B5

Text Example


Text Example

White with #BBC0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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