Html Css Color HEX #BCC8AF Tasman

📋 copy color: '#BCC8AF'

red 188 ◦ green 200 ◦ blue 175

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

Shades of Tasman #BCC8AF

Tints of Tasman #BCC8AF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.52%

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

R = 33.39%
G = 35.52%
B = 31.08%

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

#BCC8AF (or 0xBCC8AF) is known color: Tasman. HEX triplet: BC, C8 and AF. RGB value is (188,200,175). Sum of RGB (Red+Green+Blue) = 188+200+175=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8AF is #433750. Grayscale: #C1C1C1. Windows color (decimal): -4405073 or 11520188. OLE color: 11520188.

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

Color convert

RGB 188 200 175 -
CMYK 0.06 0 0.12 0.22
HSL 88.8º 0.19% 0.74% -
HSV(B) 88.8º 0.13% 0.78% -
XYZ 49.13 55.1 48.6 -
YUV 193.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 188 200 175 0.06 0 0.12 0.22 88.8 0.19 0.74
Hex BC C8 AF 6 0 C 16 59 13 4A
Octal 274 310 257 6 0 14 26 131 23 112
Binary 10111100 11001000 10101111 110 0 1100 10110 1011001 10011 1001010

Color Harmonies of #BCC8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8AF

Black with #BCC8AF

Text Example


Text Example

White with #BCC8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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