#BFBCFC

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

Shades of Lavender Blue #BFBCFC

Tints of Lavender Blue #BFBCFC

Color information

#BFBCFC (or 0xBFBCFC) is unknown color: approx Lavender Blue. HEX triplet: BF, BC and FC. RGB value is (191,188,252). Sum of RGB (Red+Green+Blue) = 191+188+252=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCFC is #404303. Grayscale: #C3C3C3. Windows color (decimal): -4211460 or 16563391. OLE color: 16563391.

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

Color convert

RGB191188252-
CMYK0.240.2500.01
HSL242.81º91.43%86.27%-
HSV(B)242.81º25.4%98.82%-
XYZ57.0454.0799.53-
YUV196.19159.49124.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=30.27%
G=29.79%
B=39.94%

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
Decimal1911882520.240.2500.01242.8191.4386.27
HexBFBCFC181901f35b56
Octal277274374303101363133126
Binary1011111110111100111111001100011001011111001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCFC; }

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

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

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

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

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

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

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

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