Html Css Color HEX #B7BCBF Heather

📋 copy color: '#B7BCBF'

red 183 ◦ green 188 ◦ blue 191

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

Shades of Heather #B7BCBF

Tints of Heather #B7BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.99%

R = 32.56%
G = 33.45%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7BCBF (or 0xB7BCBF) is known color: Heather. HEX triplet: B7, BC and BF. RGB value is (183,188,191). Sum of RGB (Red+Green+Blue) = 183+188+191=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCBF is #484340. Grayscale: #BABABA. Windows color (decimal): -4735809 or 12565687. OLE color: 12565687.

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

Color convert

RGB 183 188 191 -
CMYK 0.04 0.02 0 0.25
HSL 202.5º 0.06% 0.73% -
HSV(B) 202.5º 0.04% 0.75% -
XYZ 46.92 49.8 56.43 -
YUV 186.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 183 188 191 0.04 0.02 0 0.25 202.5 0.06 0.73
Hex B7 BC BF 4 2 0 19 CA 6 49
Octal 267 274 277 4 2 0 31 312 6 111
Binary 10110111 10111100 10111111 100 10 0 11001 11001010 110 1001001

Color Harmonies of #B7BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCBF

Black with #B7BCBF

Text Example


Text Example

White with #B7BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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