#BCBFE0

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

Shades of Lavender Grey #BCBFE0

Tints of Lavender Grey #BCBFE0

Color information

#BCBFE0 (or 0xBCBFE0) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and E0. RGB value is (188,191,224). Sum of RGB (Red+Green+Blue) = 188+191+224=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE0 is #43401F. Grayscale: #C1C1C1. Windows color (decimal): -4407328 or 14729148. OLE color: 14729148.

HSL color Cylindrical-coordinate representation of color #BCBFE0: hue angle of 235º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBFE0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188191224-
CMYK0.160.1500.12
HSL235º36.73%80.78%-
HSV(B)235º16.07%87.84%-
XYZ52.8253.3378.03-
YUV193.86145.01123.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=31.18%
G=31.67%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881912240.160.1500.1223536.7380.78
HexBCBFE010F0Ceb2551
Octal274277340201701435345121
Binary10111100101111111110000010000111101100111010111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFE0; }

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

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

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

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

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

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

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

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