#BDBDFF

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

Shades of Lavender Blue #BDBDFF

Tints of Lavender Blue #BDBDFF

Color information

#BDBDFF (or 0xBDBDFF) is unknown color: approx Lavender Blue. HEX triplet: BD, BD and FF. RGB value is (189,189,255). Sum of RGB (Red+Green+Blue) = 189+189+255=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDFF is #424200. Grayscale: #C4C4C4. Windows color (decimal): -4342273 or 16760253. OLE color: 16760253.

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

Color convert

RGB189189255-
CMYK0.260.2600
HSL240º100%87.06%-
HSV(B)240º25.88%100%-
XYZ57.2354.43102.1-
YUV196.52161122.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 255 (100% from 255) = 40.28%
R=29.86%
G=29.86%
B=40.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891892550.260.260024010087.06
HexBDBDFF1A1A00f06457
Octal275275377323200360144127
Binary1011110110111101111111111101011010001111000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDFF; }

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

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

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

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

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

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

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

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