#BEBCF6

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

Shades of Lavender Blue #BEBCF6

Tints of Lavender Blue #BEBCF6

Color information

#BEBCF6 (or 0xBEBCF6) is unknown color: approx Lavender Blue. HEX triplet: BE, BC and F6. RGB value is (190,188,246). Sum of RGB (Red+Green+Blue) = 190+188+246=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEBCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCF6 is #414309. Grayscale: #C2C2C2. Windows color (decimal): -4277002 or 16170174. OLE color: 16170174.

HSL color Cylindrical-coordinate representation of color #BEBCF6: hue angle of 242.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEBCF6 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190188246-
CMYK0.230.2400.04
HSL242.07º76.32%85.1%-
HSV(B)242.07º23.58%96.47%-
XYZ55.8553.5794.58-
YUV195.21156.66124.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 246 (96.48% from 255) = 39.42%
R=30.45%
G=30.13%
B=39.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901882460.230.2400.04242.0776.3285.1
HexBEBCF6171804f24c55
Octal276274366273004362114125
Binary101111101011110011110110101111100001001111001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCF6; }

 p { color: rgb(190,188,246); }

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

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

 a { background-color: rgb(190,188,246); }

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

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

 span { border-color: rgb(190,188,246); }

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