#BDBFF1

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

Shades of Lavender Blue #BDBFF1

Tints of Lavender Blue #BDBFF1

Color information

#BDBFF1 (or 0xBDBFF1) is unknown color: approx Lavender Blue. HEX triplet: BD, BF and F1. RGB value is (189,191,241). Sum of RGB (Red+Green+Blue) = 189+191+241=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFF1 is #42400E. Grayscale: #C3C3C3. Windows color (decimal): -4341775 or 15843261. OLE color: 15843261.

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

Color convert

RGB189191241-
CMYK0.220.2100.05
HSL237.69º65%84.31%-
HSV(B)237.69º21.58%94.51%-
XYZ55.4954.4390.8-
YUV196.1153.34122.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=30.43%
G=30.76%
B=38.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891912410.220.2100.05237.696584.31
HexBDBFF1161505ee4154
Octal275277361262505356101124
Binary101111011011111111110001101101010101011110111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFF1; }

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

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

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

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

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

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

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

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