Html Css Color HEX #B7BCB0 Tasman

📋 copy color: '#B7BCB0'

red 183 ◦ green 188 ◦ blue 176

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

Shades of Tasman #B7BCB0

Tints of Tasman #B7BCB0

RGB

 RED value IS 183 (71.88% from 255) = 33.46%

 GREEN value IS 188 (73.83% from 255) = 34.37%

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

R = 33.46%
G = 34.37%
B = 32.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#B7BCB0 (or 0xB7BCB0) is known color: Tasman. HEX triplet: B7, BC and B0. RGB value is (183,188,176). Sum of RGB (Red+Green+Blue) = 183+188+176=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BCB0 is #48434F. Grayscale: #B9B9B9. Windows color (decimal): -4735824 or 11582647. OLE color: 11582647.

HSL color Cylindrical-coordinate representation of color #B7BCB0: hue angle of 85º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7BCB0 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 188 176 -
CMYK 0.03 0 0.06 0.26
HSL 85º 0.08% 0.71% -
HSV(B) 85º 0.06% 0.74% -
XYZ 45.35 49.17 48.17 -
YUV 185.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 183 188 176 0.03 0 0.06 0.26 85 0.08 0.71
Hex B7 BC B0 3 0 6 1A 55 8 47
Octal 267 274 260 3 0 6 32 125 10 107
Binary 10110111 10111100 10110000 11 0 110 11010 1010101 1000 1000111

Color Harmonies of #B7BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCB0

Black with #B7BCB0

Text Example


Text Example

White with #B7BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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