#BFBDF0

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

Shades of Lavender Blue #BFBDF0

Tints of Lavender Blue #BFBDF0

Color information

#BFBDF0 (or 0xBFBDF0) is unknown color: approx Lavender Blue. HEX triplet: BF, BD and F0. RGB value is (191,189,240). Sum of RGB (Red+Green+Blue) = 191+189+240=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDF0 is #40420F. Grayscale: #C3C3C3. Windows color (decimal): -4211216 or 15777215. OLE color: 15777215.

HSL color Cylindrical-coordinate representation of color #BFBDF0: hue angle of 242.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBDF0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191189240-
CMYK0.200.2100.06
HSL242.35º62.96%84.12%-
HSV(B)242.35º21.25%94.12%-
XYZ55.4153.7689.89-
YUV195.41153.16124.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=30.81%
G=30.48%
B=38.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911892400.200.2100.06242.3562.9684.12
HexBFBDF0141506f23f54
Octal27727536024250636277124
Binary10111111101111011111000010100101010110111100101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDF0; }

 p { color: rgb(191,189,240); }

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

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

 a { background-color: rgb(191,189,240); }

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

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

 span { border-color: rgb(191,189,240); }

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