#BFC2FE

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

Shades of Lavender Blue #BFC2FE

Tints of Lavender Blue #BFC2FE

Color information

#BFC2FE (or 0xBFC2FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C2 and FE. RGB value is (191,194,254). Sum of RGB (Red+Green+Blue) = 191+194+254=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2FE is #403D01. Grayscale: #C7C7C7. Windows color (decimal): -4209922 or 16695999. OLE color: 16695999.

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

Color convert

RGB191194254-
CMYK0.250.2400.00
HSL237.14º96.92%87.25%-
HSV(B)237.14º24.8%99.61%-
XYZ58.6756.82101.64-
YUV199.94158.51121.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 194 (76.17% from 255) = 30.36%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=29.89%
G=30.36%
B=39.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911942540.250.2400.00237.1496.9287.25
HexBFC2FE191800ed6157
Octal277302376313000355141127
Binary1011111111000010111111101100111000001110110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2FE; }

 p { color: rgb(191,194,254); }

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

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

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

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

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

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

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