#B6BCC3

Color #B6BCC3 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B6BCC3

Tints of Heather #B6BCC3

Color information

#B6BCC3 (or 0xB6BCC3) is unknown color: approx Heather. HEX triplet: B6, BC and C3. RGB value is (182,188,195). Sum of RGB (Red+Green+Blue) = 182+188+195=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCC3 is #49433C. Grayscale: #BABABA. Windows color (decimal): -4801341 or 12827830. OLE color: 12827830.

HSL color Cylindrical-coordinate representation of color #B6BCC3: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6BCC3 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182188195-
CMYK0.070.0400.24
HSL212.31º9.77%73.92%-
HSV(B)212.31º6.67%76.47%-
XYZ47.1249.8558.77-
YUV187132.51124.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=32.21%
G=33.27%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821881950.070.0400.24212.319.7773.92
HexB6BCC374018d4a4a
Octal2662743037403032412112
Binary1011011010111100110000111111000110001101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCC3; }

 p { color: rgb(182,188,195); }

 H1.HeaderClassName
 {
   color: #B6BCC3;
 }
 .AnyTagClassName
 {
   color: #B6BCC3;
 }
</style>
background-color css

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

 a { background-color: rgb(182,188,195); }

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

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

 span { border-color: rgb(182,188,195); }

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