#BFBFFC

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

Shades of Lavender Blue #BFBFFC

Tints of Lavender Blue #BFBFFC

Color information

#BFBFFC (or 0xBFBFFC) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and FC. RGB value is (191,191,252). Sum of RGB (Red+Green+Blue) = 191+191+252=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFFC is #404003. Grayscale: #C5C5C5. Windows color (decimal): -4210692 or 16564159. OLE color: 16564159.

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

Color convert

RGB191191252-
CMYK0.240.2400.01
HSL240º91.04%86.86%-
HSV(B)240º24.21%98.82%-
XYZ57.6955.3799.74-
YUV197.95158.5123.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=30.13%
G=30.13%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911912520.240.2400.0124091.0486.86
HexBFBFFC181801f05b57
Octal277277374303001360133127
Binary1011111110111111111111001100011000011111000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFFC; }

 p { color: rgb(191,191,252); }

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

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

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

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

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

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

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