#BFB6FF

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

Shades of Lavender Blue #BFB6FF

Tints of Lavender Blue #BFB6FF

Color information

#BFB6FF (or 0xBFB6FF) is unknown color: approx Lavender Blue. HEX triplet: BF, B6 and FF. RGB value is (191,182,255). Sum of RGB (Red+Green+Blue) = 191+182+255=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6FF is #404900. Grayscale: #C0C0C0. Windows color (decimal): -4212993 or 16758463. OLE color: 16758463.

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

Color convert

RGB191182255-
CMYK0.250.2900
HSL247.4º100%85.69%-
HSV(B)247.4º28.63%100%-
XYZ56.2651.75101.63-
YUV193.01162.98126.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 182 (71.48% from 255) = 28.98%
BLUE value IS 255 (100% from 255) = 40.61%
R=30.41%
G=28.98%
B=40.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911822550.250.2900247.410085.69
HexBFB6FF191D00f76456
Octal277266377313500367144126
Binary1011111110110110111111111100111101001111011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6FF; }

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

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

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

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

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

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

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

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