#BCBFE4

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

Shades of Lavender Grey #BCBFE4

Tints of Lavender Grey #BCBFE4

Color information

#BCBFE4 (or 0xBCBFE4) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and E4. RGB value is (188,191,228). Sum of RGB (Red+Green+Blue) = 188+191+228=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE4 is #43401B. Grayscale: #C2C2C2. Windows color (decimal): -4407324 or 14991292. OLE color: 14991292.

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

Color convert

RGB188191228-
CMYK0.180.1600.11
HSL235.5º42.55%81.57%-
HSV(B)235.5º17.54%89.41%-
XYZ53.3753.5580.92-
YUV194.32147.01123.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=30.97%
G=31.47%
B=37.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881912280.180.1600.11235.542.5581.57
HexBCBFE412100Bec2b52
Octal274277344222001335453122
Binary101111001011111111100100100101000001011111011001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFE4; }

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

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

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

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

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

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

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

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