#BEBCF1

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

Shades of Lavender Blue #BEBCF1

Tints of Lavender Blue #BEBCF1

Color information

#BEBCF1 (or 0xBEBCF1) is unknown color: approx Lavender Blue. HEX triplet: BE, BC and F1. RGB value is (190,188,241). Sum of RGB (Red+Green+Blue) = 190+188+241=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBCF1 is #41430E. Grayscale: #C2C2C2. Windows color (decimal): -4277007 or 15842494. OLE color: 15842494.

HSL color Cylindrical-coordinate representation of color #BEBCF1: hue angle of 242.26º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEBCF1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190188241-
CMYK0.210.2200.05
HSL242.26º65.43%84.12%-
HSV(B)242.26º21.99%94.51%-
XYZ55.153.2690.6-
YUV194.64154.16124.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=30.69%
G=30.37%
B=38.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901882410.210.2200.05242.2665.4384.12
HexBEBCF1151605f24154
Octal276274361252605362101124
Binary101111101011110011110001101011011001011111001010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCF1; }

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

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

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

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

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

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

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

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