Html Css Color HEX #BCC6B0 Tasman

📋 copy color: '#BCC6B0'

red 188 ◦ green 198 ◦ blue 176

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

Shades of Tasman #BCC6B0

Tints of Tasman #BCC6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.32%

R = 33.45%
G = 35.23%
B = 31.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#BCC6B0 (or 0xBCC6B0) is known color: Tasman. HEX triplet: BC, C6 and B0. RGB value is (188,198,176). Sum of RGB (Red+Green+Blue) = 188+198+176=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6B0 is #43394F. Grayscale: #C0C0C0. Windows color (decimal): -4405584 or 11585212. OLE color: 11585212.

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

Color convert

RGB 188 198 176 -
CMYK 0.05 0 0.11 0.22
HSL 87.27º 0.16% 0.73% -
HSV(B) 87.27º 0.11% 0.78% -
XYZ 48.77 54.21 48.97 -
YUV 192.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 188 198 176 0.05 0 0.11 0.22 87.27 0.16 0.73
Hex BC C6 B0 5 0 B 16 57 10 49
Octal 274 306 260 5 0 13 26 127 20 111
Binary 10111100 11000110 10110000 101 0 1011 10110 1010111 10000 1001001

Color Harmonies of #BCC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6B0

Black with #BCC6B0

Text Example


Text Example

White with #BCC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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