#BEBDFF

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

Shades of Lavender Blue #BEBDFF

Tints of Lavender Blue #BEBDFF

Color information

#BEBDFF (or 0xBEBDFF) is unknown color: approx Lavender Blue. HEX triplet: BE, BD and FF. RGB value is (190,189,255). Sum of RGB (Red+Green+Blue) = 190+189+255=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDFF is #414200. Grayscale: #C4C4C4. Windows color (decimal): -4276737 or 16760254. OLE color: 16760254.

HSL color Cylindrical-coordinate representation of color #BEBDFF: hue angle of 240.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEBDFF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190189255-
CMYK0.250.2600
HSL240.91º100%87.06%-
HSV(B)240.91º25.88%100%-
XYZ57.4854.56102.11-
YUV196.82160.83123.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 255 (100% from 255) = 40.22%
R=29.97%
G=29.81%
B=40.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901892550.250.2600240.9110087.06
HexBEBDFF191A00f16457
Octal276275377313200361144127
Binary1011111010111101111111111100111010001111000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDFF; }

 p { color: rgb(190,189,255); }

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

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

 a { background-color: rgb(190,189,255); }

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

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

 span { border-color: rgb(190,189,255); }

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