Html Css Color HEX #BCC2B0 Tasman

📋 copy color: '#BCC2B0'

red 188 ◦ green 194 ◦ blue 176

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

Shades of Tasman #BCC2B0

Tints of Tasman #BCC2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.77%

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

R = 33.69%
G = 34.77%
B = 31.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BCC2B0 (or 0xBCC2B0) is known color: Tasman. HEX triplet: BC, C2 and B0. RGB value is (188,194,176). Sum of RGB (Red+Green+Blue) = 188+194+176=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2B0 is #433D4F. Grayscale: #BEBEBE. Windows color (decimal): -4406608 or 11584188. OLE color: 11584188.

HSL color Cylindrical-coordinate representation of color #BCC2B0: hue angle of 80º 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 #BCC2B0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 176 -
CMYK 0.03 0 0.09 0.24
HSL 80º 0.13% 0.73% -
HSV(B) 80º 0.09% 0.76% -
XYZ 47.87 52.41 48.67 -
YUV 190.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 188 194 176 0.03 0 0.09 0.24 80 0.13 0.73
Hex BC C2 B0 3 0 9 18 50 D 49
Octal 274 302 260 3 0 11 30 120 15 111
Binary 10111100 11000010 10110000 11 0 1001 11000 1010000 1101 1001001

Color Harmonies of #BCC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2B0

Black with #BCC2B0

Text Example


Text Example

White with #BCC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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