Html Css Color HEX #BBC6AF Tasman

📋 copy color: '#BBC6AF'

red 187 ◦ green 198 ◦ blue 175

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

Shades of Tasman #BBC6AF

Tints of Tasman #BBC6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

 BLUE value IS 175 (68.75% from 255) = 31.25%

R = 33.39%
G = 35.36%
B = 31.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BBC6AF (or 0xBBC6AF) is known color: Tasman. HEX triplet: BB, C6 and AF. RGB value is (187,198,175). Sum of RGB (Red+Green+Blue) = 187+198+175=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC6AF is #443950. Grayscale: #C0C0C0. Windows color (decimal): -4471121 or 11519675. OLE color: 11519675.

HSL color Cylindrical-coordinate representation of color #BBC6AF: hue angle of 88.7º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC6AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 175 -
CMYK 0.06 0 0.12 0.22
HSL 88.7º 0.17% 0.73% -
HSV(B) 88.7º 0.12% 0.78% -
XYZ 48.43 54.05 48.44 -
YUV 192.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 187 198 175 0.06 0 0.12 0.22 88.7 0.17 0.73
Hex BB C6 AF 6 0 C 16 59 11 49
Octal 273 306 257 6 0 14 26 131 21 111
Binary 10111011 11000110 10101111 110 0 1100 10110 1011001 10001 1001001

Color Harmonies of #BBC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6AF

Black with #BBC6AF

Text Example


Text Example

White with #BBC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6AF; }

 p { color: rgb(187,198,175); }

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

background-color css

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

 a { background-color: rgb(187,198,175); }

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

border-color css

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

 span { border-color: rgb(187,198,175); }

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