#BEBBF3

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

Shades of Lavender Blue #BEBBF3

Tints of Lavender Blue #BEBBF3

Color information

#BEBBF3 (or 0xBEBBF3) is unknown color: approx Lavender Blue. HEX triplet: BE, BB and F3. RGB value is (190,187,243). Sum of RGB (Red+Green+Blue) = 190+187+243=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBF3 is #41440C. Grayscale: #C2C2C2. Windows color (decimal): -4277261 or 15973310. OLE color: 15973310.

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

Color convert

RGB190187243-
CMYK0.220.2300.05
HSL243.21º70%84.31%-
HSV(B)243.21º23.05%95.29%-
XYZ55.1852.9692.11-
YUV194.28155.49124.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=30.65%
G=30.16%
B=39.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901872430.220.2300.05243.217084.31
HexBEBBF3161705f34654
Octal276273363262705363106124
Binary101111101011101111110011101101011101011111001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBF3; }

 p { color: rgb(190,187,243); }

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

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

 a { background-color: rgb(190,187,243); }

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

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

 span { border-color: rgb(190,187,243); }

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