#BFBAFF

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

Shades of Lavender Blue #BFBAFF

Tints of Lavender Blue #BFBAFF

Color information

#BFBAFF (or 0xBFBAFF) is unknown color: approx Lavender Blue. HEX triplet: BF, BA and FF. RGB value is (191,186,255). Sum of RGB (Red+Green+Blue) = 191+186+255=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAFF is #404500. Grayscale: #C3C3C3. Windows color (decimal): -4211969 or 16759487. OLE color: 16759487.

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

Color convert

RGB191186255-
CMYK0.250.2700
HSL244.35º100%86.47%-
HSV(B)244.35º27.06%100%-
XYZ57.0953.41101.91-
YUV195.36161.66124.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 255 (100% from 255) = 40.35%
R=30.22%
G=29.43%
B=40.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911862550.250.2700244.3510086.47
HexBFBAFF191B00f46456
Octal277272377313300364144126
Binary1011111110111010111111111100111011001111010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAFF; }

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

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

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

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

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

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

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

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