#B7BEC2

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

Shades of Heather #B7BEC2

Tints of Heather #B7BEC2

Color information

#B7BEC2 (or 0xB7BEC2) is unknown color: approx Heather. HEX triplet: B7, BE and C2. RGB value is (183,190,194). Sum of RGB (Red+Green+Blue) = 183+190+194=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #B7BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BEC2 is #48413D. Grayscale: #BCBCBC. Windows color (decimal): -4735294 or 12762807. OLE color: 12762807.

HSL color Cylindrical-coordinate representation of color #B7BEC2: hue angle of 201.82º 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 #B7BEC2 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB183190194-
CMYK0.060.0200.24
HSL201.82º8.27%73.92%-
HSV(B)201.82º5.67%76.08%-
XYZ47.6850.7958.33-
YUV188.36131.18124.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.28%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 194 (76.17% from 255) = 34.22%
R=32.28%
G=33.51%
B=34.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831901940.060.0200.24201.828.2773.92
HexB7BEC262018ca84a
Octal2672763026203031210112
Binary101101111011111011000010110100110001100101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BEC2; }

 p { color: rgb(183,190,194); }

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

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

 a { background-color: rgb(183,190,194); }

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

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

 span { border-color: rgb(183,190,194); }

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