#BDB6FE

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

Shades of Lavender Blue #BDB6FE

Tints of Lavender Blue #BDB6FE

Color information

#BDB6FE (or 0xBDB6FE) is unknown color: approx Lavender Blue. HEX triplet: BD, B6 and FE. RGB value is (189,182,254). Sum of RGB (Red+Green+Blue) = 189+182+254=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FE is #424901. Grayscale: #C0C0C0. Windows color (decimal): -4344066 or 16692925. OLE color: 16692925.

HSL color Cylindrical-coordinate representation of color #BDB6FE: hue angle of 245.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB6FE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189182254-
CMYK0.260.2800.00
HSL245.83º97.3%85.49%-
HSV(B)245.83º28.35%99.61%-
XYZ55.651.43100.76-
YUV192.3162.82125.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=30.24%
G=29.12%
B=40.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891822540.260.2800.00245.8397.385.49
HexBDB6FE1A1C00f66155
Octal275266376323400366141125
Binary1011110110110110111111101101011100001111011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6FE; }

 p { color: rgb(189,182,254); }

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

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

 a { background-color: rgb(189,182,254); }

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

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

 span { border-color: rgb(189,182,254); }

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