#BFC0F7

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

Shades of Lavender Blue #BFC0F7

Tints of Lavender Blue #BFC0F7

Color information

#BFC0F7 (or 0xBFC0F7) is unknown color: approx Lavender Blue. HEX triplet: BF, C0 and F7. RGB value is (191,192,247). Sum of RGB (Red+Green+Blue) = 191+192+247=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0F7 is #403F08. Grayscale: #C5C5C5. Windows color (decimal): -4210441 or 16236735. OLE color: 16236735.

HSL color Cylindrical-coordinate representation of color #BFC0F7: hue angle of 238.93º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC0F7 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191192247-
CMYK0.230.2200.03
HSL238.93º77.78%85.88%-
HSV(B)238.93º22.67%96.86%-
XYZ57.1255.4995.7-
YUV197.97155.67123.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 247 (96.88% from 255) = 39.21%
R=30.32%
G=30.48%
B=39.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911922470.230.2200.03238.9377.7885.88
HexBFC0F7171603ef4e56
Octal277300367272603357116126
Binary10111111110000001111011110111101100111110111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC0F7; }

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

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

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

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

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

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

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

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