#BFC0F1

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

Shades of Lavender Blue #BFC0F1

Tints of Lavender Blue #BFC0F1

Color information

#BFC0F1 (or 0xBFC0F1) is unknown color: approx Lavender Blue. HEX triplet: BF, C0 and F1. RGB value is (191,192,241). Sum of RGB (Red+Green+Blue) = 191+192+241=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0F1 is #403F0E. Grayscale: #C5C5C5. Windows color (decimal): -4210447 or 15843519. OLE color: 15843519.

HSL color Cylindrical-coordinate representation of color #BFC0F1: hue angle of 238.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC0F1 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191192241-
CMYK0.210.2000.05
HSL238.8º64.1%84.71%-
HSV(B)238.8º20.75%94.51%-
XYZ56.2155.1390.9-
YUV197.29152.67123.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=30.61%
G=30.77%
B=38.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911922410.210.2000.05238.864.184.71
HexBFC0F1151405ef4055
Octal277300361252405357100125
Binary101111111100000011110001101011010001011110111110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0F1; }

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

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

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

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

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

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

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

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