Html Css Color HEX #BCC4B1 Tasman

📋 copy color: '#BCC4B1'

red 188 ◦ green 196 ◦ blue 177

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

Shades of Tasman #BCC4B1

Tints of Tasman #BCC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.94%

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

R = 33.51%
G = 34.94%
B = 31.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BCC4B1 (or 0xBCC4B1) is known color: Tasman. HEX triplet: BC, C4 and B1. RGB value is (188,196,177). Sum of RGB (Red+Green+Blue) = 188+196+177=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4B1 is #433B4E. Grayscale: #BFBFBF. Windows color (decimal): -4406095 or 11650236. OLE color: 11650236.

HSL color Cylindrical-coordinate representation of color #BCC4B1: hue angle of 85.26º degrees, saturation: 0.14, 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 #BCC4B1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 177 -
CMYK 0.04 0 0.10 0.23
HSL 85.26º 0.14% 0.73% -
HSV(B) 85.26º 0.1% 0.77% -
XYZ 48.41 53.35 49.34 -
YUV 191.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 188 196 177 0.04 0 0.10 0.23 85.26 0.14 0.73
Hex BC C4 B1 4 0 A 17 55 E 49
Octal 274 304 261 4 0 12 27 125 16 111
Binary 10111100 11000100 10110001 100 0 1010 10111 1010101 1110 1001001

Color Harmonies of #BCC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4B1

Black with #BCC4B1

Text Example


Text Example

White with #BCC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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