Html Css Color HEX #BCC3B1 Tasman

📋 copy color: '#BCC3B1'

red 188 ◦ green 195 ◦ blue 177

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

Shades of Tasman #BCC3B1

Tints of Tasman #BCC3B1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.82%

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

R = 33.57%
G = 34.82%
B = 31.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BCC3B1 (or 0xBCC3B1) is known color: Tasman. HEX triplet: BC, C3 and B1. RGB value is (188,195,177). Sum of RGB (Red+Green+Blue) = 188+195+177=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3B1 is #433C4E. Grayscale: #BEBEBE. Windows color (decimal): -4406351 or 11649980. OLE color: 11649980.

HSL color Cylindrical-coordinate representation of color #BCC3B1: hue angle of 83.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC3B1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 177 -
CMYK 0.04 0 0.09 0.24
HSL 83.33º 0.13% 0.73% -
HSV(B) 83.33º 0.09% 0.76% -
XYZ 48.19 52.9 49.27 -
YUV 190.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 188 195 177 0.04 0 0.09 0.24 83.33 0.13 0.73
Hex BC C3 B1 4 0 9 18 53 D 49
Octal 274 303 261 4 0 11 30 123 15 111
Binary 10111100 11000011 10110001 100 0 1001 11000 1010011 1101 1001001

Color Harmonies of #BCC3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3B1

Black with #BCC3B1

Text Example


Text Example

White with #BCC3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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