#B7BACF

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

Shades of Lavender Grey #B7BACF

Tints of Lavender Grey #B7BACF

Color information

#B7BACF (or 0xB7BACF) is unknown color: approx Lavender Grey. HEX triplet: B7, BA and CF. RGB value is (183,186,207). Sum of RGB (Red+Green+Blue) = 183+186+207=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BACF is #484530. Grayscale: #BBBBBB. Windows color (decimal): -4736305 or 13613751. OLE color: 13613751.

HSL color Cylindrical-coordinate representation of color #B7BACF: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BACF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183186207-
CMYK0.120.1000.19
HSL232.5º20%76.47%-
HSV(B)232.5º11.59%81.18%-
XYZ48.3549.6966.07-
YUV187.5139.01124.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.77%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=31.77%
G=32.29%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831862070.120.1000.19232.52076.47
HexB7BACFCA013e8144c
Octal267272317141202335024114
Binary1011011110111010110011111100101001001111101000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BACF; }

 p { color: rgb(183,186,207); }

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

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

 a { background-color: rgb(183,186,207); }

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

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

 span { border-color: rgb(183,186,207); }

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