#BFC0FE

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

Shades of Lavender Blue #BFC0FE

Tints of Lavender Blue #BFC0FE

Color information

#BFC0FE (or 0xBFC0FE) is unknown color: approx Lavender Blue. HEX triplet: BF, C0 and FE. RGB value is (191,192,254). Sum of RGB (Red+Green+Blue) = 191+192+254=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0FE is #403F01. Grayscale: #C6C6C6. Windows color (decimal): -4210434 or 16695487. OLE color: 16695487.

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

Color convert

RGB191192254-
CMYK0.250.2400.00
HSL239.05º96.92%87.25%-
HSV(B)239.05º24.8%99.61%-
XYZ58.2255.93101.49-
YUV198.77159.17122.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 192 (75.39% from 255) = 30.14%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=29.98%
G=30.14%
B=39.87%

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
Decimal1911922540.250.2400.00239.0596.9287.25
HexBFC0FE191800ef6157
Octal277300376313000357141127
Binary1011111111000000111111101100111000001110111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0FE; }

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

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

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

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

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

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

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

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