Html Css Color HEX #BCC0B6 Tasman

📋 copy color: '#BCC0B6'

red 188 ◦ green 192 ◦ blue 182

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

Shades of Tasman #BCC0B6

Tints of Tasman #BCC0B6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

 BLUE value IS 182 (71.48% from 255) = 32.38%

R = 33.45%
G = 34.16%
B = 32.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BCC0B6 (or 0xBCC0B6) is known color: Tasman. HEX triplet: BC, C0 and B6. RGB value is (188,192,182). Sum of RGB (Red+Green+Blue) = 188+192+182=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B6 is #433F49. Grayscale: #BDBDBD. Windows color (decimal): -4407114 or 11976892. OLE color: 11976892.

HSL color Cylindrical-coordinate representation of color #BCC0B6: hue angle of 84º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC0B6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 182 -
CMYK 0.02 0 0.05 0.25
HSL 84º 0.07% 0.73% -
HSV(B) 84º 0.05% 0.75% -
XYZ 48.03 51.77 51.72 -
YUV 189.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 188 192 182 0.02 0 0.05 0.25 84 0.07 0.73
Hex BC C0 B6 2 0 5 19 54 7 49
Octal 274 300 266 2 0 5 31 124 7 111
Binary 10111100 11000000 10110110 10 0 101 11001 1010100 111 1001001

Color Harmonies of #BCC0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0B6

Black with #BCC0B6

Text Example


Text Example

White with #BCC0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0B6; }

 p { color: rgb(188,192,182); }

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

background-color css

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

 a { background-color: rgb(188,192,182); }

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

border-color css

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

 span { border-color: rgb(188,192,182); }

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