#BCBFE3

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

Shades of Lavender Grey #BCBFE3

Tints of Lavender Grey #BCBFE3

Color information

#BCBFE3 (or 0xBCBFE3) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and E3. RGB value is (188,191,227). Sum of RGB (Red+Green+Blue) = 188+191+227=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE3 is #43401C. Grayscale: #C2C2C2. Windows color (decimal): -4407325 or 14925756. OLE color: 14925756.

HSL color Cylindrical-coordinate representation of color #BCBFE3: hue angle of 235.38º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCBFE3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188191227-
CMYK0.170.1600.11
HSL235.38º41.05%81.37%-
HSV(B)235.38º17.18%89.02%-
XYZ53.2353.580.19-
YUV194.21146.51123.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=31.02%
G=31.52%
B=37.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881912270.170.1600.11235.3841.0581.37
HexBCBFE311100Beb2951
Octal274277343212001335351121
Binary101111001011111111100011100011000001011111010111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFE3; }

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

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

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

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

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

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

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

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