#bfb8fc

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

Shades of Lavender Blue #BFB8FC

Tints of Lavender Blue #BFB8FC

Color information

#BFB8FC (or 0xBFB8FC) is unknown color: approx Lavender Blue. HEX triplet: BF, B8 and FC. RGB value is (191,184,252). Sum of RGB (Red+Green+Blue) = 191+184+252=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB8FC is #404703. Grayscale: #C1C1C1. Windows color (decimal): -4212484 or 16562367. OLE color: 16562367.

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

Color convert

RGB191184252-
CMYK0.240.2700.01
HSL246.18º91.89%85.49%-
HSV(B)246.18º26.98%98.82%-
XYZ56.252.3999.24-
YUV193.84160.82125.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 184 (72.27% from 255) = 29.35%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=30.46%
G=29.35%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911842520.240.2700.01246.1891.8985.49
HexBFB8FC181B01f65c55
Octal277270374303301366134125
Binary1011111110111000111111001100011011011111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb8fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb8fc; }

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

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

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

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

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

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

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

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