#B8BEC3

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

Shades of Heather #B8BEC3

Tints of Heather #B8BEC3

Color information

#B8BEC3 (or 0xB8BEC3) is unknown color: approx Heather. HEX triplet: B8, BE and C3. RGB value is (184,190,195). Sum of RGB (Red+Green+Blue) = 184+190+195=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEC3 is #47413C. Grayscale: #BCBCBC. Windows color (decimal): -4669757 or 12828344. OLE color: 12828344.

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

Color convert

RGB184190195-
CMYK0.060.0300.24
HSL207.27º8.4%74.31%-
HSV(B)207.27º5.64%76.47%-
XYZ48.0350.9658.93-
YUV188.78131.51124.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=32.34%
G=33.39%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841901950.060.0300.24207.278.474.31
HexB8BEC363018cf84a
Octal2702763036303031710112
Binary101110001011111011000011110110110001100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BEC3; }

 p { color: rgb(184,190,195); }

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

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

 a { background-color: rgb(184,190,195); }

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

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

 span { border-color: rgb(184,190,195); }

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