Html Css Color HEX #BCC7AF Tasman

📋 copy color: '#BCC7AF'

red 188 ◦ green 199 ◦ blue 175

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

Shades of Tasman #BCC7AF

Tints of Tasman #BCC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.41%

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

R = 33.45%
G = 35.41%
B = 31.14%

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

#BCC7AF (or 0xBCC7AF) is known color: Tasman. HEX triplet: BC, C7 and AF. RGB value is (188,199,175). Sum of RGB (Red+Green+Blue) = 188+199+175=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7AF is #433850. Grayscale: #C1C1C1. Windows color (decimal): -4405329 or 11519932. OLE color: 11519932.

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

Color convert

RGB 188 199 175 -
CMYK 0.06 0 0.12 0.22
HSL 87.5º 0.18% 0.73% -
HSV(B) 87.5º 0.12% 0.78% -
XYZ 48.9 54.63 48.53 -
YUV 192.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 188 199 175 0.06 0 0.12 0.22 87.5 0.18 0.73
Hex BC C7 AF 6 0 C 16 57 12 49
Octal 274 307 257 6 0 14 26 127 22 111
Binary 10111100 11000111 10101111 110 0 1100 10110 1010111 10010 1001001

Color Harmonies of #BCC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7AF

Black with #BCC7AF

Text Example


Text Example

White with #BCC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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