Html Css Color HEX #BCC0B5 Tasman

📋 copy color: '#BCC0B5'

red 188 ◦ green 192 ◦ blue 181

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

Shades of Tasman #BCC0B5

Tints of Tasman #BCC0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.26%

R = 33.51%
G = 34.22%
B = 32.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BCC0B5 (or 0xBCC0B5) is known color: Tasman. HEX triplet: BC, C0 and B5. RGB value is (188,192,181). Sum of RGB (Red+Green+Blue) = 188+192+181=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B5 is #433F4A. Grayscale: #BDBDBD. Windows color (decimal): -4407115 or 11911356. OLE color: 11911356.

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

Color convert

RGB 188 192 181 -
CMYK 0.02 0 0.06 0.25
HSL 81.82º 0.08% 0.73% -
HSV(B) 81.82º 0.06% 0.75% -
XYZ 47.93 51.73 51.17 -
YUV 189.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 188 192 181 0.02 0 0.06 0.25 81.82 0.08 0.73
Hex BC C0 B5 2 0 6 19 52 8 49
Octal 274 300 265 2 0 6 31 122 10 111
Binary 10111100 11000000 10110101 10 0 110 11001 1010010 1000 1001001

Color Harmonies of #BCC0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0B5

Black with #BCC0B5

Text Example


Text Example

White with #BCC0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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