#BDBFFF

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

Shades of Lavender Blue #BDBFFF

Tints of Lavender Blue #BDBFFF

Color information

#BDBFFF (or 0xBDBFFF) is unknown color: approx Lavender Blue. HEX triplet: BD, BF and FF. RGB value is (189,191,255). Sum of RGB (Red+Green+Blue) = 189+191+255=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFFF is #424000. Grayscale: #C5C5C5. Windows color (decimal): -4341761 or 16760765. OLE color: 16760765.

HSL color Cylindrical-coordinate representation of color #BDBFFF: hue angle of 238.18º 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 #BDBFFF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189191255-
CMYK0.260.2500
HSL238.18º100%87.06%-
HSV(B)238.18º25.88%100%-
XYZ57.6755.3102.24-
YUV197.7160.34121.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 40.16%
R=29.76%
G=30.08%
B=40.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891912550.260.2500238.1810087.06
HexBDBFFF1A1900ee6457
Octal275277377323100356144127
Binary1011110110111111111111111101011001001110111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFFF; }

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

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

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

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

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

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

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

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