#BCBFE7

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

Shades of Lavender Grey #BCBFE7

Tints of Lavender Grey #BCBFE7

Color information

#BCBFE7 (or 0xBCBFE7) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and E7. RGB value is (188,191,231). Sum of RGB (Red+Green+Blue) = 188+191+231=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFE7 is #434018. Grayscale: #C2C2C2. Windows color (decimal): -4407321 or 15187900. OLE color: 15187900.

HSL color Cylindrical-coordinate representation of color #BCBFE7: hue angle of 235.81º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBFE7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188191231-
CMYK0.190.1700.09
HSL235.81º47.25%82.16%-
HSV(B)235.81º18.61%90.59%-
XYZ53.7953.7283.14-
YUV194.66148.51123.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=30.82%
G=31.31%
B=37.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881912310.190.1700.09235.8147.2582.16
HexBCBFE7131109ec2f52
Octal274277347232101135457122
Binary101111001011111111100111100111000101001111011001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFE7; }

 p { color: rgb(188,191,231); }

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

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

 a { background-color: rgb(188,191,231); }

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

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

 span { border-color: rgb(188,191,231); }

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