Html Css Color HEX #BCC0B3 Tasman

📋 copy color: '#BCC0B3'

red 188 ◦ green 192 ◦ blue 179

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

Shades of Tasman #BCC0B3

Tints of Tasman #BCC0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.02%

R = 33.63%
G = 34.35%
B = 32.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BCC0B3 (or 0xBCC0B3) is known color: Tasman. HEX triplet: BC, C0 and B3. RGB value is (188,192,179). Sum of RGB (Red+Green+Blue) = 188+192+179=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B3 is #433F4C. Grayscale: #BDBDBD. Windows color (decimal): -4407117 or 11780284. OLE color: 11780284.

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

Color convert

RGB 188 192 179 -
CMYK 0.02 0 0.07 0.25
HSL 78.46º 0.09% 0.73% -
HSV(B) 78.46º 0.07% 0.75% -
XYZ 47.73 51.65 50.1 -
YUV 189.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 188 192 179 0.02 0 0.07 0.25 78.46 0.09 0.73
Hex BC C0 B3 2 0 7 19 4E 9 49
Octal 274 300 263 2 0 7 31 116 11 111
Binary 10111100 11000000 10110011 10 0 111 11001 1001110 1001 1001001

Color Harmonies of #BCC0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0B3

Black with #BCC0B3

Text Example


Text Example

White with #BCC0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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