#BEBDFC

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

Shades of Lavender Blue #BEBDFC

Tints of Lavender Blue #BEBDFC

Color information

#BEBDFC (or 0xBEBDFC) is unknown color: approx Lavender Blue. HEX triplet: BE, BD and FC. RGB value is (190,189,252). Sum of RGB (Red+Green+Blue) = 190+189+252=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDFC is #414203. Grayscale: #C4C4C4. Windows color (decimal): -4276740 or 16563646. OLE color: 16563646.

HSL color Cylindrical-coordinate representation of color #BEBDFC: hue angle of 240.95º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEBDFC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190189252-
CMYK0.250.2500.01
HSL240.95º91.3%86.47%-
HSV(B)240.95º25%98.82%-
XYZ5754.3799.59-
YUV196.48159.33123.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=30.11%
G=29.95%
B=39.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901892520.250.2500.01240.9591.386.47
HexBEBDFC191901f15b56
Octal276275374313101361133126
Binary1011111010111101111111001100111001011111000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDFC; }

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

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

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

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

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

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

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

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