Html Css Color HEX #B7BCC0 Heather

📋 copy color: '#B7BCC0'

red 183 ◦ green 188 ◦ blue 192

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

Shades of Heather #B7BCC0

Tints of Heather #B7BCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 32.5%
G = 33.39%
B = 34.1%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7BCC0 (or 0xB7BCC0) is known color: Heather. HEX triplet: B7, BC and C0. RGB value is (183,188,192). Sum of RGB (Red+Green+Blue) = 183+188+192=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCC0 is #48433F. Grayscale: #BABABA. Windows color (decimal): -4735808 or 12631223. OLE color: 12631223.

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

Color convert

RGB 183 188 192 -
CMYK 0.05 0.02 0 0.25
HSL 206.67º 0.07% 0.74% -
HSV(B) 206.67º 0.05% 0.75% -
XYZ 47.03 49.84 57.01 -
YUV 186.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 183 188 192 0.05 0.02 0 0.25 206.67 0.07 0.74
Hex B7 BC C0 5 2 0 19 CF 7 4A
Octal 267 274 300 5 2 0 31 317 7 112
Binary 10110111 10111100 11000000 101 10 0 11001 11001111 111 1001010

Color Harmonies of #B7BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCC0

Black with #B7BCC0

Text Example


Text Example

White with #B7BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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