#BDBDFE

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

Shades of Lavender Blue #BDBDFE

Tints of Lavender Blue #BDBDFE

Color information

#BDBDFE (or 0xBDBDFE) is unknown color: approx Lavender Blue. HEX triplet: BD, BD and FE. RGB value is (189,189,254). Sum of RGB (Red+Green+Blue) = 189+189+254=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDFE is #424201. Grayscale: #C4C4C4. Windows color (decimal): -4342274 or 16694717. OLE color: 16694717.

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

Color convert

RGB189189254-
CMYK0.260.2600.00
HSL240º97.01%86.86%-
HSV(B)240º25.59%99.61%-
XYZ57.0754.37101.25-
YUV196.41160.5122.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=29.91%
G=29.91%
B=40.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891892540.260.2600.0024097.0186.86
HexBDBDFE1A1A00f06157
Octal275275376323200360141127
Binary1011110110111101111111101101011010001111000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDFE; }

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

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

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

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

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

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

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

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