#BEBAFC

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

Shades of Lavender Blue #BEBAFC

Tints of Lavender Blue #BEBAFC

Color information

#BEBAFC (or 0xBEBAFC) is unknown color: approx Lavender Blue. HEX triplet: BE, BA and FC. RGB value is (190,186,252). Sum of RGB (Red+Green+Blue) = 190+186+252=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAFC is #414503. Grayscale: #C2C2C2. Windows color (decimal): -4277508 or 16562878. OLE color: 16562878.

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

Color convert

RGB190186252-
CMYK0.250.2600.01
HSL243.64º91.67%85.88%-
HSV(B)243.64º26.19%98.82%-
XYZ56.3653.0999.37-
YUV194.72160.33124.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=30.25%
G=29.62%
B=40.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901862520.250.2600.01243.6491.6785.88
HexBEBAFC191A01f45c56
Octal276272374313201364134126
Binary1011111010111010111111001100111010011111010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAFC; }

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

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

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

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

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

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

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

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