#BFBDFC

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

Shades of Lavender Blue #BFBDFC

Tints of Lavender Blue #BFBDFC

Color information

#BFBDFC (or 0xBFBDFC) is unknown color: approx Lavender Blue. HEX triplet: BF, BD and FC. RGB value is (191,189,252). Sum of RGB (Red+Green+Blue) = 191+189+252=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDFC is #404203. Grayscale: #C4C4C4. Windows color (decimal): -4211204 or 16563647. OLE color: 16563647.

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

Color convert

RGB191189252-
CMYK0.240.2500.01
HSL241.9º91.3%86.47%-
HSV(B)241.9º25%98.82%-
XYZ57.2554.599.6-
YUV196.78159.16123.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=30.22%
G=29.91%
B=39.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911892520.240.2500.01241.991.386.47
HexBFBDFC181901f25b56
Octal277275374303101362133126
Binary1011111110111101111111001100011001011111001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDFC; }

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

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

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

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

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

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

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

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