Html Css Color HEX #BCC5B1 Tasman

📋 copy color: '#BCC5B1'

red 188 ◦ green 197 ◦ blue 177

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

Shades of Tasman #BCC5B1

Tints of Tasman #BCC5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

 BLUE value IS 177 (69.53% from 255) = 31.49%

R = 33.45%
G = 35.05%
B = 31.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BCC5B1 (or 0xBCC5B1) is known color: Tasman. HEX triplet: BC, C5 and B1. RGB value is (188,197,177). Sum of RGB (Red+Green+Blue) = 188+197+177=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5B1 is #433A4E. Grayscale: #C0C0C0. Windows color (decimal): -4405839 or 11650492. OLE color: 11650492.

HSL color Cylindrical-coordinate representation of color #BCC5B1: hue angle of 87º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC5B1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 177 -
CMYK 0.05 0 0.10 0.23
HSL 87º 0.15% 0.73% -
HSV(B) 87º 0.1% 0.77% -
XYZ 48.64 53.8 49.42 -
YUV 192.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 188 197 177 0.05 0 0.10 0.23 87 0.15 0.73
Hex BC C5 B1 5 0 A 17 57 F 49
Octal 274 305 261 5 0 12 27 127 17 111
Binary 10111100 11000101 10110001 101 0 1010 10111 1010111 1111 1001001

Color Harmonies of #BCC5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5B1

Black with #BCC5B1

Text Example


Text Example

White with #BCC5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5B1; }

 p { color: rgb(188,197,177); }

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

background-color css

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

 a { background-color: rgb(188,197,177); }

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

border-color css

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

 span { border-color: rgb(188,197,177); }

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