Html Css Color HEX #BCC6AF Tasman

📋 copy color: '#BCC6AF'

red 188 ◦ green 198 ◦ blue 175

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

Shades of Tasman #BCC6AF

Tints of Tasman #BCC6AF

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

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

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

R = 33.51%
G = 35.29%
B = 31.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BCC6AF (or 0xBCC6AF) is known color: Tasman. HEX triplet: BC, C6 and AF. RGB value is (188,198,175). Sum of RGB (Red+Green+Blue) = 188+198+175=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AF is #433950. Grayscale: #C0C0C0. Windows color (decimal): -4405585 or 11519676. OLE color: 11519676.

HSL color Cylindrical-coordinate representation of color #BCC6AF: hue angle of 86.09º 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 #BCC6AF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 175 -
CMYK 0.05 0 0.12 0.22
HSL 86.09º 0.17% 0.73% -
HSV(B) 86.09º 0.12% 0.78% -
XYZ 48.67 54.17 48.45 -
YUV 192.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 188 198 175 0.05 0 0.12 0.22 86.09 0.17 0.73
Hex BC C6 AF 5 0 C 16 56 11 49
Octal 274 306 257 5 0 14 26 126 21 111
Binary 10111100 11000110 10101111 101 0 1100 10110 1010110 10001 1001001

Color Harmonies of #BCC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6AF

Black with #BCC6AF

Text Example


Text Example

White with #BCC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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