#BDBFF3

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

Shades of Lavender Blue #BDBFF3

Tints of Lavender Blue #BDBFF3

Color information

#BDBFF3 (or 0xBDBFF3) is unknown color: approx Lavender Blue. HEX triplet: BD, BF and F3. RGB value is (189,191,243). Sum of RGB (Red+Green+Blue) = 189+191+243=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFF3 is #42400C. Grayscale: #C4C4C4. Windows color (decimal): -4341773 or 15974333. OLE color: 15974333.

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

Color convert

RGB189191243-
CMYK0.220.2100.05
HSL237.78º69.23%84.71%-
HSV(B)237.78º22.22%95.29%-
XYZ55.7954.5592.38-
YUV196.33154.34122.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=30.34%
G=30.66%
B=39.00%

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
Decimal1891912430.220.2100.05237.7869.2384.71
HexBDBFF3161505ee4555
Octal275277363262505356105125
Binary101111011011111111110011101101010101011110111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFF3; }

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

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

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

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

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

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

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

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